Skip to content

Write a Vec clone for DSTs #31

@MaulingMonkey

Description

@MaulingMonkey

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions