Contents

FullyInhabited

A protocol for types whose memory can safely be written as or read from raw bytes.

Declaration

typealias FullyInhabited = ConvertibleFromBytes & ConvertibleToBytes

See Also

Safe Access to Raw Bytes