SortedMap.opApply

  1. int opApply(int delegate(ref V value) dg)
  2. int opApply(int delegate(ref K key, ref V value) dg)
    class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    final
    int
    opApply
    (
    scope int delegate
    (
    ref K key
    ,
    ref V value
    )
    dg
    )

Meta