baseWhile library

Functions

baseWhile(List array, dynamic predicate, dynamic isDrop, dynamic fromRight) → List
The base implementation of methods like dropWhile and takeWhile.