CyclicRangePrimitives.opIndexOpAssign

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

Meta