Module Iobuf.Unsafe

Unsafe has submodules that are like their corresponding module, except with no range checks. Hence, mistaken uses can cause segfaults. Be careful!

module Consume : Consume_unsafe with type ('rw, 'seek, 'loc) iobuf := ('rw, 'seek, 'loc) t
module Fill : Fill_unsafe with type ('rw, 'seek, 'loc) iobuf := ('rw, 'seek, 'loc) t
module Peek : Peek_unsafe with type ('rw, 'seek, 'loc) iobuf := ('rw, 'seek, 'loc) t
module Poke : Poke_unsafe with type ('rw, 'seek, 'loc) iobuf := ('rw, 'seek, 'loc) t