package core_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
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
core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0
doc/core_kernel.iobuf/Iobuf/Fill/index.html
Module Iobuf.FillSource
Fill.bin_prot X.bin_write_t t x writes x to t in bin-prot form, advancing past the bytes written.
decimal t int is equivalent to Iobuf.Fill.string t (Int.to_string int), but with improved efficiency and no intermediate allocation.
In other words: It fills the decimal representation of int to t. t is advanced by the number of characters written and no terminator is added. If sufficient space is not available, decimal will raise.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>