TinyMap.opIndexOpAssign

Indexed access

  1. V opIndex(Key key)
  2. const(V) opIndex(Key key)
  3. V opIndexAssign(V value, K key)
  4. void opIndexOpAssign(V value, K key)
    struct TinyMap(K, V, alias TinyMapPolicy = useBitArray)
    void
    opIndexOpAssign
    (
    string op
    )
    (,
    K key
    )

Meta