Struct miden_core::program::blocks::Switch [−][src]
pub struct Switch { /* fields omitted */ }Implementations
pub fn new_block(
true_branch: Vec<ProgramBlock>,
false_branch: Vec<ProgramBlock>
) -> ProgramBlock
pub fn true_branch(&self) -> &[ProgramBlock]ⓘ
pub fn false_branch(&self) -> &[ProgramBlock]ⓘ
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Switch
impl UnwindSafe for Switch
Blanket Implementations
Mutably borrows from an owned value. Read more