Map.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. V opIndex(K key)
  2. inout(V) opIndex(K key)
    struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
    ref inout
    static if(!(initSlotInIndex))
    inout(V)
    opIndex
    (
    in K key
    )

Meta