OrderedIndex.equalRange

Get a range from the container with all elements that are == k according to the less comparator

Complexity: O(log(n))

  1. auto equalRange(U k)
    mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
    equalRange
    (
    U
    )
    (
    U k
    )
    if (
    isImplicitlyConvertible!(U, KeyType)
    )
  2. auto equalRange(U k)

Meta