[][src]Macro amcl_wrapper_ml::pad_collection

macro_rules! pad_collection {
    ( $coll:expr, $pad:expr ) => { ... };
}

Takes a collection of collections and pads them with the given element such that all collections are of same length. Returns the new length. Mutates the collections.