# Buffer --- An sequence of bytes with unknown size and a byte representation ```text Buffer[[TYPE | UTF8 | UTF16 | UTF32] TYPE] ``` # Alias ```text String `alias Buffer[[UTF8] Void] Array[Generic.T] `alias Buffer[[TYPE] Generic.T] ``` # Operators ## Symbol Access ## ``get` ## ``set` ## ``length` ## ``push` ## ``pop` ## ``join` ## ``split` ## Concatenate `,` # Iterating # Mutating # Strings ```text s : "asdf" `log s String $ "asdf" ```