pub fn is_variable_initialized<O0: Into<Output>>(
    ref_: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for IsVariableInitialized::new().build(ref_, scope).