package core
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.16.2.tar.gz
md5=bcac85c0ec5795ccabf1dccf0968ecd9
sha512=2e68556773549e0bf302c8733c9fc57df3c0fd73a1b547dc17097f74c5b5482c816ef89853b437e49452da7c124ef32a8a0de0dff64d71145b2ab11befbe5bb2
doc/src/core/bigsubstring.ml.html
Source file bigsubstring.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18open! Import include Make_substring.F (struct type t = Bigstring.t [@@deriving quickcheck] let create = Bigstring.create ?max_mem_waiting_gc:None let length = Bigstring.length let get = Bigstring.get module Blit = Make_substring.Blit let blit = Blit.bigstring_bigstring let blit_to_string = Blit.bigstring_bytes let blit_to_bytes = Blit.bigstring_bytes let blit_to_bigstring = Blit.bigstring_bigstring let blit_from_string = Blit.string_bigstring let blit_from_bigstring = Blit.bigstring_bigstring end)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>