package octez-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Allows to build interval of int64 integers. The encoding used is Data_encoding.int64
regardless of the actual bounds.
Parameters
module B : BOUNDS with type ocaml_type := int64
Signature
include BOUNDS with type ocaml_type := int64
include Tezos_stdlib.Compare.S with type t := t
val encoding : t Data_encoding.t
A (partial) encoding of the datatype. If the encoded value is out of bounds, an exception may be raised. See Data_encoding.conv_with_guard
.
val pp : Format.formatter -> t -> unit
A pretty-printer for values of type t
.
val to_value : t -> int64
to_value t
is a projection to the OCaml representation of the bounded value t
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page