CyclicRangePrimitives.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opIndexAssign(U val)
    mixintemplate CyclicRangePrimitives(T, string makeCopy = "typeof(cast() this) copy;")
    static if(isMutable!T)
    void
    opIndexAssign
    (
    U
    )
    (
    U val
    )
  2. void opIndexAssign(U val, size_t i)
  3. void opIndexAssign(U val, size_t[2] range)

Meta