TList<T> extension

on

Methods

popRandom([Random? random]) → T

Available on List<T>, provided by the TList extension

randomIndex([Random? random]) int

Available on List<T>, provided by the TList extension

shuffle([Random? random]) List<T>

Available on List<T>, provided by the TList extension

toBack(T element) List<T>

Available on List<T>, provided by the TList extension

toBackWhere(bool test(T)) List<T>

Available on List<T>, provided by the TList extension

toFront(T element) List<T>

Available on List<T>, provided by the TList extension

toFrontWhere(bool test(T)) List<T>

Available on List<T>, provided by the TList extension

Operators

operator +(T element) List<T>

Available on List<T>, provided by the TList extension

operator -(T element) List<T>

Available on List<T>, provided by the TList extension