Subscript

unsafe_bitcast(_:)

Projects value with its memory representation reinterpreted as a value of type U.

Source
subscript unsafe_bitcast<T, U>(_ value: T): U { let }