HashCollection.byRef

Returns an object that allows iterating over this collection with ref keys. Workaround for https://issues.dlang.org/show_bug.cgi?id=21683

  1. auto byRef()
    struct HashCollection(K, V, bool ordered, bool multi)
    return
    byRef
    ()
  2. auto byRef()

Meta