Function gmt_dos_clients::leftright::split_merge_at

source ·
pub fn split_merge_at<U, V>(
    i: usize
) -> (LeftRight<U, Split, V>, LeftRight<U, Merge, V>)
Expand description

Creates both a splittng and a merging LeftRight client

The data is split at index i meaning that the left part will be the first i elements