-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
In a library, I need to be generic over arrays, and since I'm anyway depending on arrayvec I thought it would make sense to use the Array trait for that.
However, the useful as_slice method is hidden in the extension trait that's not public. Since it's unsafe, it would make sense not to have to duplicate it. Is there a reason not to put that method on Array or make the extension trait public?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels