package core_kernel
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Industrial strength alternative to OCaml's standard library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=fd2b8c6715794df7a810a62b226f53720f211cd344b4afc9fab0498796d6b466
    
    
  doc/core_kernel.flags/Flags/index.html
Module FlagsSource
create ~bit:n creates a flag with the nth bit set. n must be between 0 and 62.
Typically a flag has one bit set; create is useful in exactly those cases. For flags with multiple bits one can either define the Int63.t directly or create it in terms of simpler flags, using + and -.
Flags.Make builds a new flags module. If there is an error in the known flags, it behaves as per on_error.
Similar to Flags.Make, but the resulting type t is binable.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >