Module leo_ast::common::const_self_keyword[][src]

Structs

The self keyword can view circuit values inside of a circuit function. Circuit values cannot be modified. To modify values use the mut self [MutSelfKeyword].