Array.removeAt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void removeAt(size_t index, T dest)
    struct Array(alias T, alias AllocT = SystemAllocator, alias Grow = DefaultGrowth)
    @nogc nothrow
    void
    removeAt
    ()
    (,
    scope ref T dest
    )
  2. T removeAt(size_t index)

Meta