aiken-lang 1.1.23

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/aiken-lang/src/parser/chain/field_access.rs
description: "Code:\n\nfoo.else"
---
FieldAccess {
    location: 0..8,
    label: "else",
    container: Var {
        location: 0..3,
        name: "foo",
    },
}