It takes either hyper-value of type T or a variable of T type and return the primitive value. It can be useful if you are making a function that can accept both primitives and hyper-values. In comparison to cast it always return T type of value.
cast
type of the value
the value to be casted to hyper-value
Generated using TypeDoc
It takes either hyper-value of type T or a variable of T type and return the primitive value. It can be useful if you are making a function that can accept both primitives and hyper-values. In comparison to
cast
it always return T type of value.cast