Check if something is a concrete value of the given type. Can be used as a typeguard.
The type to check against.
The subject that could be nil.
The prototype to check against.
true if the input element matches the given type, false otherwise.
true
false
Check if something is a concrete value of the given type. Can be used as a typeguard.