path-clean icon indicating copy to clipboard operation
path-clean copied to clipboard

Avoid code bloat due to generics

Open adamreichold opened this issue 3 years ago • 0 comments

Very little of the clean function is actually generic and hence multiple instantiations of the main bulk of the code can be avoided by splitting out the .as_ref() from the rest of the implementation.

adamreichold avatar Feb 24 '23 20:02 adamreichold