Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since merge_sort is generic and collapse isn't, that means calls to collapse won't be inlined. inlined. Therefore, we must stick an `#[inline]` above `fn collapse`.
- Loading branch information