IndexMixin.front

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

Return Value

Type:

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

Meta