ListKt<T> extension

on

Properties

lastIndex int
Last index of list
no setter

Methods

count(bool func(T e)) int
Return count of the given item
forEachIndexed(void action(int index, T element)) → void
forEach with index
random() → T
Return random object