Function parse_ptb_sections

Source
pub fn parse_ptb_sections(mergeddir: &str, sections: Vec<usize>) -> Vec<PTBTree>
Expand description

Parse {mergeddir}/{section}/*.mrg files.

Will panic if anything goes wrong.

Wrapper around parse_ptb_file.