HeartQueueListInt extension
Extension methods for QueueList of integers
Methods
-
div(
int divideBy) → QueueList< int> -
Available on QueueList<
Divide all values byint> , provided by the HeartQueueListInt extensiondivideBy. -
insertInOrder(
Iterable< int> numbersToInsert) → QueueList<int> -
Available on QueueList<
Inserts each element inint> , provided by the HeartQueueListInt extensionnumbersToInsertbefore the first element that is >=