pub fn merge(histories: Vec<History>, weights: Vec<u8>) -> Result<History>
Expand description

Merge given histories with corresponding weights.