Vector.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(E other)
  2. void put(R range)
    struct Vector(E, Allocator = typeof(theAllocator))
    void
    put
    (
    R
    )
    (
    scope R range
    )
    if (
    isLengthRangeOf!(R, E)
    )
    if (
    isAllocator!Allocator
    )

Meta