SimpleType

Undocumented in source.

Members

Static functions

arraycopy
void arraycopy(T[] src, size_t srcPos, T[] dest, size_t destPos, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T[] items, T item, ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T[] items, ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
validCheck
void validCheck(size_t SrcLen, size_t DestLen, size_t copyLen)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta