Files
oak-gpui/crates
Nathan Sobo ee3637216e Add TreeMap::remove_between that can take abstract start and end points
This commit introduces a new adaptor trait for SeekTarget that works around
frustrating issues with lifetimes. It wraps the arguments in a newtype wrapper
that lives on the stack to avoid the lifetime getting extended to the caller
of the method.

This allows us to introduce a PathSuccessor object that can be passed as the
end argument of remove_between to remove a whole subtree.
2023-05-12 08:21:01 -07:00
..
fmt
2023-05-11 12:02:25 -07:00
2023-05-11 12:01:42 -07:00
2023-02-27 12:06:10 -08:00
2023-05-08 19:36:51 +03:00
2023-05-11 12:01:42 -07:00
2023-05-10 17:38:29 -07:00
2023-05-04 12:32:31 -04:00
2023-05-11 12:01:42 -07:00
2023-05-10 16:47:09 -04:00