List.insert

Inserts an array into this list

  1. bool insert(uinteger index, T[] dat)
    class List(T)
    bool
    insert
  2. bool insert(uinteger index, T dat)

Return Value

Type: bool

true if done, false if index out of bounds, or not done

Meta