IndexMixin.front

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

Return Value

Type:

the max element in this index Complexity: O(1)

Meta