HiBONT.opIndexAssign

Assign and member x with the index @param x = parameter value @paramindex = member index

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