uncheckedGet()
Returns the wrapped value as T without checking the dynamic type.
Declaration
func uncheckedGet<T>() -> T where T : USDValueProtocolReturns the wrapped value as T without checking the dynamic type.
func uncheckedGet<T>() -> T where T : USDValueProtocol