mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 02:22:44 +03:00
6 lines
160 B
Rust
6 lines
160 B
Rust
|
//! Methods to enforce constraints on a branch of a conditional or iteration statement
|
||
|
//! in a compiled Leo program.
|
||
|
|
||
|
pub mod branch;
|
||
|
pub use self::branch::*;
|