SOA.length

Length of the arrays, assumed to be the same between all of them.

  1. enum length;
  2. size_t length [@property getter]
    struct SOA(T, size_t N = 0)
    @property const @nogc @safe pure nothrow
    static if(!(usesStaticArrays))
    size_t
    length
    ()
    if (
    is(T == struct)
    )

Meta