Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
Cache
s to return a name borrowed from themselves
This is useful when the name comes not from the handle, but from the cache itself. For example, if the cache is a sort of `Vec<{name: String, contents: Source<...>}>` (the the handles are `usize`s).
- Loading branch information