Skip to main content

expand

Function expand 

Source
pub fn expand<C: RudaPrimitive>(
    scope: &mut Scope,
    condition: NativeExpand<bool>,
    then: NativeExpand<C>,
    or_else: NativeExpand<C>,
) -> NativeExpand<C>