Skip to main content

One doc tagged with "utils"

View all tags

If

Implement the util type If which accepts condition C, a truthy value T, and a falsy value F. C is expected to be either true or false while T and F can be any type.