Std
Std
Available on all platformsThe Std class provides standard methods for manipulating basic types.
Static methods
static instance<T, S> (value:T, c:Class<S>):S
Checks if object value
is an instance of class c
.
Compiles only if the class specified by c
can be assigned to the type of value
.
This method checks if a downcast is possible. That is, if the run