CyclicRangePrimitives.put

ditto

  1. void put(T val)
  2. void put(T val)
  3. void put(T[n] rhs)
  4. void put(Range rhs)
    mixintemplate CyclicRangePrimitives(T, string makeCopy = "typeof(cast() this) copy;")
    void
    put
    (
    Range
    )
    (
    Range rhs
    )
    if (
    __traits(compiles, ElementType!Range) &&
    is(ElementType!Range : T)
    )

Meta