# Buffer --- An sequence of bytes with unknown size and a byte representation ```text Buffer_repesentation: Enum[.type; .utf8; .utf16; .utf32] Buffer[TYPE; Buffer_repesentation] ``` ## Alias ```text String `alias Buffer[Void; .utf8] Vector[Any] `alias Buffer[Any; .type] ```