IntegerDigits

data class IntegerDigits(val radix: Int, val digits: String) : TokenPayload

Integer digits separated from their lexical radix prefix.

Constructors

Link copied to clipboard
constructor(radix: Int, digits: String)

Properties

Link copied to clipboard

digits without a radix prefix

Link copied to clipboard
val radix: Int

numeric radix

Functions

Link copied to clipboard
open override fun toRepresentation(): String

Reconstructs a normalized Prolog integer spelling.