Function init_expand

Source
pub fn init_expand<F>(
    scope: &mut Scope,
    input: ExpandElement,
    mutable: bool,
    func: F,
) -> ExpandElement
where F: Fn(Variable) -> Operation,