It is important to be able to construct buffer-like object with builder. In the ktor-io it was `ByteReadPacked{}`. Here, I suggest this: ```kotlin fun Buffer(block: Sink.() -> Unit): Buffer ``` Probably possible to make it inline.