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
I didn't add the never constraint, that was introduced when RequireAllOrNone was created in #254.
We're just inconsistent in general with our RequireX types - some have an optional second parameter, others don't. I think all of them should, personally.
Minor suggestion for an enhancement - make the second argument to
RequireAllOrNone
optional:i.e:
RequireAllOrNone<MyType>
would be functionally equivalent toRequireAllOrNone<MyType, keyof MyType>
Upvote & Fund
The text was updated successfully, but these errors were encountered: