TwoWayMap.opIndexAssign

Undocumented in source.
  1. void opIndexAssign(KeyType a, ValueType b)
  2. void opIndexAssign(ValueType b, KeyType a)
    struct TwoWayMap(A)
    void
    opIndexAssign
    out { assert ((&this).a_to_index[a] < (&this).keys_list.length); assert ((&this).b_to_index[b] < (&this).values_list.length); }

Meta