Array.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insert(size_t index, typeof(this)* a)
  2. void insert(size_t index, T ptr)
    struct Array(T)
    pure nothrow
    void
    insert
    (
    size_t index
    ,
    T ptr
    )

Meta