unstd.multidimarray

Functions and types that manipulate multidimensional rectangular arrays.

Members

Functions

equalRange
bool equalRange(MArr marr, Range r)
Undocumented in source. Be warned that the author may not have intended to support it.
isCopy
bool isCopy(MArr1 marr1, MArr2 marr2)
Undocumented in source. Be warned that the author may not have intended to support it.
isSame
bool isSame(MArr1 marr1, MArr2 marr2)
Undocumented in source.
multidimArray
auto multidimArray(size_t[n] lengths)
auto multidimArray(T[] data, size_t[n] lengths)
auto multidimArray(A array)

Convenience function that returns an MultidimArray!(T, n) object.

Structs

MultidimArray
struct MultidimArray(T, size_t n)

Implements multidimensional rectangular arrays.

Meta

Authors

Denis Shelomovskij