Frama_c_kernel.ArrayExtension of OCaml's Stdlib.Array module.
include module type of Stdlib.Arraymodule Floatarray : sig ... endSame as Stdlib.Array.equal but made available here until the minimal supported version is OCaml 5.4.
Same as Stdlib.Array.compare but made available here until the minimal supported version is OCaml 5.4.
val hash : ('a -> int) -> 'a t -> intCompute a hash for the set given a hash for the elements.
val pretty :
?format:(Pretty.tformatter -> unit) Pretty.format ->
?item:('a Pretty.aformatter -> 'a -> unit) Pretty.format ->
?sep:unit Pretty.format ->
?last:unit Pretty.format ->
?empty:unit Pretty.format ->
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unitPretty prints an array given a printer for the elements.