struct BigInt
Overview
A BigInt can represent arbitrarily large integers.
It is implemented under the hood with GMP.
Included Modules
- Comparable(Float)
- Comparable(BigInt)
- Comparable(UInt128 | UInt16 | UInt32 | UInt64 | UInt8)
- Comparable(Int128 | Int16 | Int32 | Int64 | Int8)
Defined in:
big.crConstructors
Instance methods inherited from struct Int
  
  
    
      to_con(con : CON::Builder)
    to_con
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
  Instance methods inherited from struct Value
  
  
    
      ==(other : CON::Any)
    ==
    
  
    
    
  
    
  Instance methods inherited from class Object
  
  
    
      ===(other : CON::Any)
    ===, 
    
  
    
      from_con(con : String | IO)
    from_con, 
    
  
    
      to_con(io : IO)to_con to_con, to_pretty_con(indent : String = " ")
to_pretty_con(io : IO, indent : String = " ") to_pretty_con