Skip to content

Implement From<&[T; N]> and From<&mut [T; N]> for Vec<T> where T: Clone? #100880

Closed
@EFanZh

Description

@EFanZh

Currently we have impl From<&[T]> for Vec<T> where T: Clone and impl From<&mut [T]> for Vec<T> where T: Clone, should From<&[T; N]> and From<&mut [T; N]> also be implemented for Vec<T> where T: Clone?

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions