Const
Combines multiple guards into a single guard using the logical && operator.
&&
The type of the guard.
Rest
The guards to combine.
The combined guard.
Inverts the boolean value returned by the guard function.
The guard to invert.
The inverted guard.
Combines multiple guards into a single guard using the logical || operator.
||
Combines multiple guards into a single guard using the logical
&&
operator.