clvm_traits

Macro destructure_list

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

Deconstructs a CLVM list that has been matched.