HashCollection.opIndexUnary

Perform unary operation with value at index.

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

Meta