Skip to content

String should be officially immutable & "abc" === "abc" #22193

@StefanKarpinski

Description

@StefanKarpinski

As of 0.6, you can no longer do "abc".data and access a mutable Vector{UInt8} of the underlying bytes for a string. In 1.0 it would be desirable to have String object be truly immutable and have "abc" === "abc".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions