- Allow both non-owned and owned contiguous containers as part of underlying data structure
- Simplify and removed
const N: usizeparameter from traitsFind<T>,Connected<T>,Union<T> - Simplify traits bounds on
UnionFindstructure - Show examples of other types of containers used in tests (with
heapless::Vec<T,N>) - Allow
Ttype parameter inUnionFindto take in non-integral types