Home
last modified time | relevance | path

Searched defs:tuple (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/examples/
Dmacro_tuple_form.rs29 …let tuple = ylong_runtime_macros::tuple_form!(( (((0)+1)+1) ) with Out::Fail except Out::Finish at… in main() localVariable
32 …let tuple = ylong_runtime_macros::tuple_form!(( (((0)+1)+1) ) with Out::Fail except Out::Finish at… in main() localVariable
35 …let tuple = ylong_runtime_macros::tuple_form!(( ((((0)+1)+1)+1) ) with Out::Fail except Out::Finis… in main() localVariable
38 …let tuple = ylong_runtime_macros::tuple_form!(( (((((0)+1)+1)+1)+1) ) with Out::Fail except Out::F… in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
Dlib.rs59 let tuple = Group::new(Delimiter::Parenthesis, group_inner); in tuple_form() localVariable