package core_extended
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Extra components that are not as closely vetted or as stable as Core
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446
    
    
  doc/index.html
core_extended
API
Library core_extended.appendable_list
- Appendable_listA polymorphic data structure parametrized by- 'ato represent lists of elements of- 'awhile supporting constant time append operations.
Library core_extended.bitarray
- BitarrayThis 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.
Library core_extended.bitarray_test
Library core_extended.delimited_kernel
- Delimited_kernelRead CSVs & CSV-like delimited formats (following the CSV quoting behaviour).
Library core_extended.find_files
- Find_filesUnix like- find.
Library core_extended.immediate
- ImmediateImmediate versions of standard datatypes.
Library core_extended.immediate_kernel
Library core_extended.selection
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page