Skip to content

Implement get_slice() for bounded slice abstraction

Jeremy Soller requested to merge stratact:impl_get_slice into master

Created by: stratact

Implemented the long awaited get_slice() method for both &str and &[T] 🎉

Merge request reports