HashMapTwoWay.remove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void remove(KeyOne one, KeyTwo two)
    struct HashMapTwoWay(KeyOnePar, KeyTwoPar)
    void
    remove
    ()
    (
    auto ref KeyOne one
    ,
    auto ref KeyTwo two
    )
  2. void remove(KeyOne key)
  3. void remove(KeyTwo key)

Meta