HashCollection.opIndexUnary

Perform unary operation with value (initialized with .init if the key does not exist).

  1. IV opIndexUnary(IK k)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    static if(haveIndexing)
    static if(haveValues)
    IV
    opIndexUnary
    (
    string op
    )
    (
    auto ref IK k
    )
  2. IV opIndexUnary(IK k)

Meta