Skip to content

Investigate the getSymbol function in the String module #80

Open
@aspeddro

Description

@aspeddro

The String module has three functions for interacting with Symbols.

  1. getSymbol
  2. getSymbolUnsafe
  3. setSymbol
  • Are these bindings necessary?
  • Should we move to another module?

Is there any example case for these bindings?

String.getSymbol("name", Symbol.make("name"))

Compile to:

"name"[Symbol("name")]

#27 (comment)
#27 (comment)

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