Macro reed_solomon_erasure::shard [] [src]

macro_rules! shard {
    [
        $( $x:expr ),*
    ] => { ... };
}

Constructs a shard.

Example

let shard = shard![1, 2, 3];