package genspio

  1. Overview
  2. Docs

Module Construct.IntegerSource

Sourceval to_string : Common.int t -> c_string t
Sourceval to_byte_array : Common.int t -> byte_array t
Sourceval of_string : c_string t -> Common.int t
Sourceval of_byte_array : byte_array t -> Common.int t
Sourceval bin_op : Common.int t -> [ `Div | `Minus | `Mod | `Mult | `Plus ] -> Common.int t -> Common.int t
Sourceval cmp : [ `Eq | `Ge | `Gt | `Le | `Lt | `Ne ] -> Common.int t -> Common.int t -> Common.bool t