Digestiftype bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tA general (inner) iterator. It applies the provided function to a collection of elements. For instance:
let iter_k : 'a -> 'a iter = fun x f -> f xlet iter_pair : 'a * 'a -> 'a iter = fun (x, y) -> f x; f ylet iter_list : 'a list -> 'a iter = fun l f -> List.iter f ltype 'a pp = Format.formatter -> 'a -> unitmodule type S = sig ... endmodule Make_BLAKE2B (D : sig ... end) : S with type kind = [ `BLAKE2B ]module Make_BLAKE2S (D : sig ... end) : S with type kind = [ `BLAKE2S ]val md5 : [ `MD5 ] hashval sha1 : [ `SHA1 ] hashval rmd160 : [ `RMD160 ] hashval sha224 : [ `SHA224 ] hashval sha256 : [ `SHA256 ] hashval sha384 : [ `SHA384 ] hashval sha512 : [ `SHA512 ] hashval blake2b : int -> [ `BLAKE2B ] hashval blake2s : int -> [ `BLAKE2S ] hash