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
It would be useful to have a function which allows the execution of a BinaryOperator against a stored state and an input. This would mean less functions have to be written to replicate what BinaryOperators do.
For example, you wouldn't need the IsMoreThan function because you could use:
It would be useful to have a function which allows the execution of a BinaryOperator against a stored state and an input. This would mean less functions have to be written to replicate what BinaryOperators do.
For example, you wouldn't need the IsMoreThan function because you could use:
The text was updated successfully, but these errors were encountered: