unsafeValue(assumingType:)
Returns the wrapped value as T without checking the dynamic type.
Declaration
func unsafeValue<T>(assumingType type: T.Type = T.self) -> T where T : USDValueProtocolReturns the wrapped value as T without checking the dynamic type.
func unsafeValue<T>(assumingType type: T.Type = T.self) -> T where T : USDValueProtocol