Macro strict_encoding::strict_encode_list[][src]

macro_rules! strict_encode_list {
    ($encoder : ident ; $($item : expr), +) => { ... };
    ($encoder : ident ; $len : ident ; $($item : expr), +) => { ... };
}
Expand description

Macro simplifying encoding for a given list of items