Toml Integer
Set the representation of the corresponding Byte, Short, Int, Long property.
class ByteCode(
@TomlInteger(TomlInteger.Base.BIN)
val code: Byte
)
ByteCode(0b1101)Content copied to clipboard
will produce:
code = 0b1101Content copied to clipboard
Types
Link copied to clipboard
Representation of a TOML integer.