Array.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(T value)
    struct Array(alias T, alias AllocT = SystemAllocator, alias Grow = DefaultGrowth)
    @nogc nothrow
    void
    put
    ()
    (
    auto ref T value
    )
  2. void put(T[] values)
  3. void put(const(T)[] values)

Meta