package owee
-
owee
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val fixed_string : cursor -> int -> string
fixed_string t len
reads a string of exactly len
bytes from t
val zero_string : cursor -> ?maxlen:int -> unit -> string option
zero_string t ?maxlen ()
reads a zero-terminated string from t
, stopping at the first zero or when maxlen
is reached, if it was provided.