Contents

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 : USDValueProtocol

Discussion