Macro clvm_traits::destructure_list

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

Deconstructs a CLVM list that has been matched.