|
|
|
|
|
by Ecco
209 days ago
|
|
I think the whole article is super confusing. A Symbol is really just a string! Well, it's a string that will guarantee unique allocations (two identical strings are guaranteed to be allocated at the same address), which makes equality checks super fast (compare pointers directly). But pretty much just a string nonetheless... |
|