Initializer

init(type_punning:)

Creates an instance referring to the same address as p.

Source
init<Other>(type_punning p: PointerToMutable<Other>)

Details

Note that dereferencing type punned pointers will cause problems unless the rules for the usafe[] subscript (which see) are followed.