asLengthArray

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LengthArray!(T, LengthType) asLengthArray(T[] array)
  2. LengthArray!(T, LengthType) asLengthArray(T* ptr, LengthType length)
    pragma(inline)
    LengthArray!(T, LengthType)
    asLengthArray
    (
    LengthType
    T
    )
    (
    T* ptr
    ,
    LengthType length
    )

Meta