HashCollection.byPair

Return a range which iterates over key/value pairs.

  1. auto byKeyValue()
  2. auto byPair()
    struct HashCollection(K, V, bool ordered, bool multi)
    static if(haveValues)
    byPair
    (
    this This
    )
    ()

Meta