listEmpty<T> function

IEskValidator listEmpty<T>()

Validate that the list is empty

Implementation

IEskValidator listEmpty<T>() => listLength<T>([isLte(0)]) > "List to be empty";