= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Functions on 'a list t
values.
Iterate over a list, the body of the loop ~f
takes as argument function that returns the current eletment at the EDSL level.
val serialize_byte_array_list : byte_array list t -> byte_array t
val deserialize_to_byte_array_list : byte_array t -> byte_array list t
val serialize_c_string_list : c_string list t -> byte_array t
val deserialize_to_c_string_list : byte_array t -> c_string list t
val serialize_int_list : int list t -> byte_array t
val deserialize_to_int_list : byte_array t -> int list t