···2121buf.string(); // "over 9000!"
2222```
23232424-You can call `buf.writer()` to get an `std.io.Writer`.
2424+You can access `&buf.interface` to get an `*std.io.Writer`.
25252626You can use `writeU16Big`, `writeU32Big`, `writeU64Big` and `writeU16Little`, `writeU32Little`, `writeU64Little` to write integer values.
2727