IndexedBy

Undocumented in source.

Alias This

_r

Members

Functions

findIndex
auto findIndex(E e)

Get index of element E wrapped in a bool-convertable struct.

Mixins

__anonymous
mixin _genIndexAndSliceOps_unchecked!(I__)
Undocumented in source.
__anonymous
mixin _genIndexAndSliceOps!(mixin (IndexTypeName))
Undocumented in source.

Variables

_r
R _r;
Undocumented in source.

Mixed In Members

From mixin _genIndexAndSliceOps_unchecked!(I__)

at
auto ref at()

Get element at compile-time index i.

opIndex
auto ref opIndex(I i)

Get element at index i.

opIndexAssign
auto ref opIndexAssign(V value, I i)

Set element at index i to value.

opSlice
auto ref opSlice(I i, I j)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
auto ref opSliceAssign(V value, I i, I j)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin _genIndexAndSliceOps!(mixin (IndexTypeName))

at
auto ref at()

Get element at compile-time index i.

opIndex
auto ref opIndex(I i)

Get element at index i.

opIndexAssign
auto ref opIndexAssign(V value, I i)

Set element at index i to value.

opSlice
auto ref opSlice(I i, I j)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
auto ref opSliceAssign(V value, I i, I j)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta