Skip to content

[Feature Request] Vec::retain & Vec::retain_mut #111

@QuarticCat

Description

@QuarticCat

I think a more simple approach would be providing conversions between stabby::vec::Vec<T, A> and std::vec::Vec<T, A>. The allocator safety is guaranteed by using the same allocator (and you can restrict which ones are allowed). The memory layout safety is guaranteed by your repr(C) notation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions