# Buffer --- An sequence of bytes with unknown size and an encoding ```text Buffer_encoding : Enum[.byte; .utf8; .utf16; .utf32] Buffer[Buffer_encoding] ``` ## Alias ``` String `alias Buffer[.utf8] ```