Module leo_ast::access

source ·

Structs

An access expression to an struct constant., e.g. u8::MAX.
An access expression to an associated function in a struct, e.g.Pedersen64::hash().
A struct member access expression inner.name to some structure with named members.
A tuple access expression, e.g., tuple.index.