Skip to content

Mutable Native Strings #48

@DavePearce

Description

@DavePearce

Currently, instances of js::core::string are immutable (as they are in JavaScript). This means, for example, the following fails:

js::core::string str = "hello"
str[0] = 'H'

This failure produces a rather ugly exception trace at this stage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions