Skip to content

alias Bytes

A convenient alias for the most common slice type, a slice of bytes, used for example in IO#read and IO#write.

Alias definition

Slice(UInt8)