# Buffer --- An sequence of bytes with unknown size and a byte representation ```text Buffer_repesentation: Enum[Void; .type; .utf8; .utf16; .utf32] Buffer[Buffer_repesentation; TYPE] ``` # Alias ```text String `alias Buffer[.utf8; Void] Array[Generic.T] `alias Buffer[.type; Generic.T] ``` # Operators ## ``length` ## ``get` ## ``set` ## ``push` ## ``pop` ## ``join` ## ``split` ## Concatenate `,` # Iterating # Mutating