Check if a box is of a specific type. This is a type guard function.
The type to check for
The box to check
true if the box is of the specified type, false otherwise
true
false
Check if a box is of a specific type. This is a type guard function.