package genspio

  1. Overview
  2. Docs

Module Construct.ElistSource

Sourceval make : 'a t Common.list -> 'a Common.list t
Sourceval append : 'a Common.list t -> 'a Common.list t -> 'a Common.list t
Sourceval iter : 'a Common.list t -> f:((Common.unit -> 'a t) -> Common.unit t) -> Common.unit t
Sourceval serialize_byte_array_list : byte_array Common.list t -> byte_array t
Sourceval deserialize_to_byte_array_list : byte_array t -> byte_array Common.list t
Sourceval serialize_c_string_list : c_string Common.list t -> byte_array t
Sourceval deserialize_to_c_string_list : byte_array t -> c_string Common.list t
Sourceval serialize_int_list : Common.int Common.list t -> byte_array t
Sourceval deserialize_to_int_list : byte_array t -> Common.int Common.list t
Sourceval to_string : 'a -> [> `Do_not_use ]
Sourceval of_string : 'a -> [> `Do_not_use ]
OCaml

Innovation. Community. Security.