You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The predicate needs to be modified to accept Item[T], not T:
Predicate[T any] func(T) bool
This is to enable the correct handling of the value, as now we have a new auxilliary field on Item, B, which represents a boolean value, required by the All operator.
The text was updated successfully, but these errors were encountered:
The predicate needs to be modified to accept Item[T], not T:
This is to enable the correct handling of the value, as now we have a new auxilliary field on Item, B, which represents a boolean value, required by the All operator.
The text was updated successfully, but these errors were encountered: