Array.Array

Undocumented in source.
template Array(T, ALLOC = ThreadMem)
alias Array = RefCounted!(Vector!(T, ALLOC), ALLOC)

Meta