cast
Casts value to this class. This is the same as using the as operator. Can be checked ahead of time with isInstance (aka is), and done safely with safeCast (aka as?).
Casts value to this class. This is the same as using the as operator. Can be checked ahead of time with isInstance (aka is), and done safely with safeCast (aka as?).