ScopeBuffer.put

Append element c to the buffer. This member function makes ScopeBuffer an OutputRange.

  1. void put(T c)
    struct ScopeBuffer(T, alias realloc = .realloc)
    void
    put
    (
    T c
    )
    if (
    isAssignable!T &&
    !hasElaborateDestructor!T
    &&
    !hasElaborateCopyConstructor!T
    &&
    !hasElaborateAssign!T
    )
  2. void put(CT[] s)

Meta