FortranArray

A simple, lightweight, one-dimensional base-1 array.

Members

Functions

opIndex
Unqual!T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexOpAssign
T opIndexOpAssign(T value, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]

The length of the array.

ptr
T* ptr [@property getter]

A pointer to the first element of the array.

Templates

opIndex
template opIndex(string file = __FILE__, int line = __LINE__)
Undocumented in source.

Meta