helpers/baseWhile library

Functions

baseWhile(List list, Function predicate, bool isDrop, bool fromRight) List
The base implementation of methods like dropWhile and takeWhile.