[go: up one dir, main page]

clvm_list

Macro clvm_list 

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

Converts a list of CLVM values into a series of nested pairs.