HeartQueueListInt extension

Extension methods for QueueList of integers

on

Methods

div(int divideBy) QueueList<int>

Available on QueueList<int>, provided by the HeartQueueListInt extension

Divide all values by divideBy.
insertInOrder(Iterable<int> numbersToInsert) QueueList<int>

Available on QueueList<int>, provided by the HeartQueueListInt extension

Inserts each element in numbersToInsert before the first element that is >=