Skip to content

Refactor prediction

Thomas Daede requested to merge rust-av:refactor_prediction into master

Created by: lu-zero

As @luctrudeau suggested.

We'll spare the edges generation by using split_at-like functions over the slices (so we can borrow them multiple times when needed) later.

Merge request reports