utils library

Functions

baseFill(List list, dynamic value, int start, int? end) List
baseFindIndex(List array, bool predicate(dynamic), int startIndex, bool fromRight) int
strictIndexOf(List array, dynamic value, int fromIndex) int