CyclicRangePrimitives.insertBack

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insertBack(T rhs)
  2. void insertBack(T[n] rhs)
  3. void insertBack(Range rhs)
    mixintemplate CyclicRangePrimitives(T, string makeCopy = "typeof(cast() this) copy;")
    void
    insertBack
    (
    Range
    )
    (
    Range rhs
    )
    if (
    __traits(compiles, ElementType!Range) &&
    is(ElementType!Range : T)
    )

Meta