RawByte

struct RawByte

A byte-sized thing that isn't designed to interoperate with any other types; it makes a decent parameter to UnsafeMutablePointer<Memory> when you just want to do bytewise pointer arithmetic.

Import import Swift