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
Make values parameter in OneOf to be variadic (#12)
This PR alters the signature of `validate.OneOf` function so that its
second parameter, `values`, becomes a variadic parameter instead of a
flat slice type.
This aims to improve the experience of restraining values.