match_tuple

Macro match_tuple 

Source
macro_rules! match_tuple {
    () => { ... };
    ( $first:ty $(,)? ) => { ... };
    ( $first:ty $( , $rest:ty )* $(,)? ) => { ... };
}
Expand description

Creates the type needed to represent a tuple of CLVM types.