more.array

Undocumented in source.

Members

Functions

asLengthArray
LengthArray!(T, LengthType) asLengthArray(T[] array)
Undocumented in source.
asLengthArray
LengthArray!(T, LengthType) asLengthArray(T* ptr, LengthType length)
Undocumented in source. Be warned that the author may not have intended to support it.
copyFrom
void copyFrom(T dst, U src)

TODO move this to mored

setBytes
void setBytes(T dst, U value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

asLimitArray
auto asLimitArray [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LengthArray
struct LengthArray(T, SizeType)

TODO: move this to the mored repo

Templates

LimitArray
template LimitArray(T)

TODO: move this to the mored repository

isArrayLike
template isArrayLike(T)
Undocumented in source.

Meta