Skip to content

Replace immutable Vec<T> by Box<[T]> #153

Open
@vincenthz

Description

@vincenthz

In many immutable places, we keep Vec<T> instead of using Box<[T]> which save 8 bytes and also represent immutability better than Vec.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions