package clarity-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Clarity.IntegerSource

Sourcetype t = Big_int.big_int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval of_int : int -> t
Sourceval of_int32 : int32 -> t
Sourceval of_int64 : int64 -> t
Sourceval of_string : string -> t
Sourceval to_int : t -> int
Sourceval to_int32 : t -> int32
Sourceval to_int64 : t -> int64
Sourceval to_float : t -> float
Sourceval to_string : t -> string