Represents a count of bytes. Branded type to prevent confusion with offsets or other numeric values.
const size = Bytes.create(512); // ByteCount Copy
const size = Bytes.create(512); // ByteCount
Represents a count of bytes. Branded type to prevent confusion with offsets or other numeric values.