package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 5.2.1
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ocaml-5.2.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=2d0f8090951a97a2c0e5b8a11e90096c0e1791d2e471e4a67f87e3b974044cd0
    
    
  doc/stdlib/Stdlib/Obj/index.html
Module Stdlib.ObjSource
Operations on internal representations of values.
Not for the casual user.
Computes the total size (in words, including the headers) of all heap blocks accessible from the argument. Statically allocated blocks are included.
When using flambda:
set_field MUST NOT be called on immutable blocks. (Blocks allocated in C stubs, or with new_block below, are always considered mutable.)
The same goes for set_double_field.
For experts only: set_field et al can be made safe by first wrapping the block in Sys.opaque_identity, so any information about its contents will not be propagated.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >