package ocplib-endian
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Optimised functions to read and write int16/32/64 from strings and bigarrays, based on new primitives added in version 4.01.
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.tar.gz
sha256=76f268e1aff8dbac8b6a0ca9473f90255da35f15b0fcaf26a840cb6f73029243
md5=74b45ba33e189283170a748c2a3ed477
doc/ocplib-endian.bigstring/EndianBigstring/index.html
Module EndianBigstring
type bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.tmodule type EndianBigstringSig = sig ... endFunctions reading according to Big Endian byte order
module BigEndian : sig ... endFunctions reading according to Big Endian byte order without checking for overflow
module BigEndian_unsafe : sig ... endFunctions reading according to Big Endian byte order without checking for overflow
module LittleEndian : sig ... endFunctions reading according to Little Endian byte order
module LittleEndian_unsafe : sig ... endFunctions reading according to Big Endian byte order without checking for overflow
module NativeEndian : sig ... endFunctions reading according to machine endianness
module NativeEndian_unsafe : sig ... endFunctions reading according to machine endianness without checking for overflow
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>