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