-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prior art:
I think I like this API shape: AHeaderVec<Header, [Body], Allocator> ?
It might be worth making this do double-duty as the implementation of thin-vecs (putting size/capacity in the preamble)?
AThinVec<Body, Allocator> could be implemented in terms of AHeaderVec<(), [Body], Allocator>?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request