Skip to content

add a struct ConsList<T> { Nil, Cons(T, ~List<T>) } library to libstd #8397

Closed
@bblum

Description

@bblum

Currently we have a bad one written in old idioms, using @-pointers, in libextra. This is wrong three ways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions