UnsafeArrayBuffer.put

Appends a single element of type T to the unsafe array buffer.

  1. void put(T a)
    struct UnsafeArrayBuffer(T)
    void
    put
    (
    T a
    )
  2. void put(E[] a)