GapiUtils
module Infix : sig ... end
divide_string s c
splits s
into (before, after)
, where before
is the substring of s
preceding c
and after
is the substring of s
following c
. before
is ""
and after
is s
if sep
doesn't occur in s
.
class bigarray_out_obj_channel : (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout)
Stdlib.Bigarray.Array1.t -> Netchannels.out_obj_channel
class bigarray_in_obj_channel : (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout)
Stdlib.Bigarray.Array1.t -> Netchannels.in_obj_channel