IndexMixin.back

mixin template IndexMixin(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
@property
back
inout
(
)

Return Value

Type:

the back of this index Complexity: O(1)

Meta