[][src]Function minitt::parser::constructor_to_tuple

pub fn constructor_to_tuple(the_rule: Pair<'a, Rule>) -> (String, Expression)
This example is not tested
constructor_name = @{ ASCII_ALPHA_UPPER ~ identifier? }
constructor = { constructor_name ~ expression }