NavigableSubMap.tailMap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias tailMap = NavigableMap!(K, V).tailMap
  2. SortedMap!(K, V) tailMap(K fromKey)
    class NavigableSubMap(K, V)
    final
    SortedMap!(K, V)
    tailMap

Meta