Module Iobuf.Consume

module Consume: Accessors  with type ('a, 'd, 'w) t = ('d, seek) t -> 'a
Consume.string t ~len reads len characters (all, by default) from t into a new string and advances the lower bound of the window accordingly.