Function cases

Source
pub fn cases<I>(items: I) -> MathML
where I: IntoIterator<Item = MathML>,
Expand description

Renders a piecewise function.

§Input

\begin{vmatrix} a & b \\ c & d \end{vmatrix}

§Output

a b c d