List.insert

Inserts an element into this list

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

Return Value

Type: bool

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

Meta