SOA.length

Length of the arrays.

  1. enum length;
    struct SOA(T, size_t N = 0)
    static if(usesStaticArrays)
    enum length = N;
  2. size_t length [@property getter]

Meta