ListInsertAfter<T> extension

Extension adding an ability to insert the element based on some condition to List.

on

Methods

insertAfter(T element, bool test(T)) → void

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

Inserts the element after the test condition becomes true.