LxSequentialImpl.length

Obtain the number of elements in a vector type.

This only works on types that represent vectors.

  1. size_t length [@property getter]
  2. size_t length [@property getter]
    struct LxSequentialImpl(LxTypeKind Kind)
    @property
    static if(!(Kind == LxTypeKind.Array))
    static if(!(Kind == LxTypeKind.Pointer))
    static if(Kind == LxTypeKind.Vector)
    size_t
    length
    ()

Meta