Function expand

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