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