Macro clvm_traits::destructure_tuple
source · macro_rules! destructure_tuple { () => { ... }; ( $first:pat $(,)? ) => { ... }; ( $first:pat $( , $rest:pat )* $(,)? ) => { ... }; }
Expand description
Deconstructs a CLVM tuple that has been matched.