Skip to main content

tuple_elems

Function tuple_elems 

Source
pub fn tuple_elems<'gcx>(
    expr: &'gcx Expr<'gcx>,
) -> Option<&'gcx [Option<&'gcx Expr<'gcx>>]>
Expand description

The elements of a tuple expression (through parens).