Macro clvm_traits::match_list

source ยท
macro_rules! match_list {
    () => { ... };
    ( $first:ty $( , $rest:ty )* $(,)? ) => { ... };
}
Expand description

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