Skip to content

Statically sized strings #1867

Closed
Closed
@kryptan

Description

@kryptan

There is currently a gap in the language - there are no statically sized strings:

Vec<T> String
[T; N]
&[T] &str

#339 has added statically sized byte literals but not strings because there is no corresponding type. This RFC also contains motivation for statically sized strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-langRelevant to the language team, which will review and decide on the RFC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions