pub fn read_test_insts_all<'a>() -> impl Iterator<Item = (usize, DnaBlock)> + 'a
Expand description

read all test instances lazily, indeed it will load the instances in memory on demand