Struct rustc_mir::build::BlockAnd
[−]
[src]
#[must_use]pub struct BlockAnd<T>(_, _);
🔬 This is a nightly-only experimental API. (
rustc_private
)The BlockAnd
"monad" packages up the new basic block along with a
produced value (sometimes just unit, of course). The unpack!
macro (and methods below) makes working with BlockAnd
much more
convenient.