HiBONT.opIndexAssign

Assign and member x with the key @param x = parameter value @param key = member key

  1. void opIndexAssign(T x, const(char[]) key)
    struct HiBONT
    @nogc
    void
    opIndexAssign
    (
    T
    )
    (
    T x
    ,
    in const(char[]) key
    )
    if (
    !is(T : const(HiBONT))
    )
  2. void opIndexAssign(T x, size_t index)