Module Mc2_core__Util

Utils

val pp_array : ?⁠sep:string -> 'a CCFormat.printer -> 'a array CCFormat.printer
val pp_iter : ?⁠sep:string -> 'a CCFormat.printer -> 'a Iter.t CCFormat.printer
val pp_list : ?⁠sep:string -> 'a CCFormat.printer -> 'a list CCFormat.printer
val swap_arr : 'a array -> int -> int -> unit

swap_arr arr i j swaps elements at indices i and j

val setup_gc : unit -> unit

Change parameters of the GC

module Switch : sig ... end
module Int_map : CCMap.S with type Int_map.key = int
module Str_map : CCMap.S with type Str_map.key = string