Mask.boolean
Mask boolean(bool value) @safeCreates a boolean mask that always returns the same value.
Parameters
value | true for a mask that matches everything, false for nothing |
Returns
A new Mask instance.
Mask boolean(bool value) @safeCreates a boolean mask that always returns the same value.
value | true for a mask that matches everything, false for nothing |