sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
************************************************************************
val mk : int -> Z.t -> Value.t
mk n z
Bitvector of size n
, and bits z
creation.
val builtins : Env.t -> Dolmen.Std.Expr.Term.Const.t -> Value.t option
builtins for bitvectors
val ubitv : int -> Value.t -> Z.t
Extract the value as an unsigned integer
val sbitv : int -> Value.t -> Z.t
Extract the value as a signed integer