abstract Either<T1, T2>(Dynamic)
package spine.support.utils
from T1, T2 to T1, T2
Available with spine plugin
Useful to limit a Dynamic function argument's type to the specified type parameters. This does NOT make the use of Dynamic type-safe in any way (the underlying type is still Dynamic and Std.isOfType() checks + casts are necessary).