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.
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.