-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
True if all elements of the iterable are equal.
funcion *allEqual<T>(data: Iterable<T> | Iterator<T>): boolean
Note: Consider maybe adding a strict parameter, or alternate method allSame.
Needs to be implemented:
summary.allEqual()summary.allEqualAsync()Stream.allEqual()AsyncStream.allEqual()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers