Searched defs:tuple (Results 1 – 2 of 2) sorted by relevance
29 …let tuple = ylong_runtime_macros::tuple_form!(( (((0)+1)+1) ) with Out::Fail except Out::Finish at… in main() localVariable32 …let tuple = ylong_runtime_macros::tuple_form!(( (((0)+1)+1) ) with Out::Fail except Out::Finish at… in main() localVariable35 …let tuple = ylong_runtime_macros::tuple_form!(( ((((0)+1)+1)+1) ) with Out::Fail except Out::Finis… in main() localVariable38 …let tuple = ylong_runtime_macros::tuple_form!(( (((((0)+1)+1)+1)+1) ) with Out::Fail except Out::F… in main() localVariable
59 let tuple = Group::new(Delimiter::Parenthesis, group_inner); in tuple_form() localVariable