Array.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t insert(size_t pos, Stuff stuff)
  2. size_t insert(size_t pos, Stuff[] stuff)
    struct Array(T)
    size_t
    insert
    (
    Stuff
    )
    (
    size_t pos
    ,
    Stuff[] stuff...
    )
    if (
    isImplicitlyConvertible!(Stuff, T)
    )

Meta