EmacsVec

Emacs vector type.

Members

Functions

length
ptrdiff_t length()
opDollar
ptrdiff_t opDollar()

Returns the length of the vector.

opIndex
T opIndex(ptrdiff_t i)

Gets a value at the given index.

opIndexAssign
T opIndexAssign(T value, ptrdiff_t i)

Sets a value at the given index.

Meta