aiken-lang 1.1.23

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: crates/aiken-lang/src/parser/expr/int.rs
description: "Code:\n\n1"
---
UInt {
    location: 0..1,
    value: "1",
    base: Decimal {
        numeric_underscore: false,
    },
}