Phoebe: Revise BTreeIndexBounds to be &T and ranges of &T, and not owned values. Possibly owned values that are Copy. The current implementation permits both &T and T, which seems to cause rustc/rust-analyzer to recommend clone rather than borrowing in at least some cases.
Phoebe: Revise BTreeIndexBounds to be &T and ranges of &T, and not owned values. Possibly owned values that are Copy. The current implementation permits both &T and T, which seems to cause rustc/rust-analyzer to recommend clone rather than borrowing in at least some cases.