Macro clvm_traits::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.