-
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