fn merge_cursors<D: Data>(cursors: Vec<Cursor<D>>) -> Chain<D>
Merge the given cursors into one chain.