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? ```res String.getSymbol("name", Symbol.make("name")) ``` Compile to: ```js "name"[Symbol("name")] ``` https://github.com/rescript-association/rescript-core/pull/27#discussion_r1121747481 https://github.com/rescript-association/rescript-core/pull/27#discussion_r1122116312