Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate identical functionality: `read_string()` simply "extends" `read_name()` by first reading the string length. All existing uses of `read_string()` parse the length elsewhere, or use the length for multiple purposes (typically a type-switch).
- Loading branch information