package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

core_extended v0.17.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

core_extended.appendable_list

Documentation:

  • Appendable_list A polymorphic data structure parametrized by 'a to represent lists of elements of 'a while supporting constant time append operations.

core_extended.bitarray

Documentation:

  • Bitarray This module implements efficient and compact arrays of boolean values. It stores its values in the bits of an integer, using multiple integers to allow for arrays larger than the machine word size. All operations are on immediates (no caml_modify), and are quite simple. Hence this data structure should be more efficient than an array of bools.

core_extended.bitarray_test

Documentation:

core_extended.delimited_kernel

Documentation:

  • Delimited_kernel Read CSVs & CSV-like delimited formats (following the CSV quoting behaviour).

core_extended.find_files

Documentation:

core_extended.immediate

Documentation:

  • Immediate Immediate versions of standard datatypes.

core_extended.immediate_kernel

Documentation:

core_extended.selection

Documentation:

OCaml

Innovation. Community. Security.