TinyMap.opIndex

Indexed access

  1. V opIndex(Key key)
    struct TinyMap(K, V, alias TinyMapPolicy = useBitArray)
    ref
    V
    opIndex
    (
    Key
    )
    (
    auto ref Key key
    )
    if (
    is(Unqual!Key == K)
    )
  2. const(V) opIndex(Key key)
  3. V opIndexAssign(V value, K key)
  4. void opIndexOpAssign(V value, K key)

Meta