NavigableSubMap.subMap

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

Meta