Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conversion from Symbol to ShortString
The built in Julia method to convert from Symbols to Strings is nonallocating and is a no-op that just reuses the pointer to the interned string, so the conversion is the same as from string.
- Loading branch information