Merge pull request #2040 from alecchendev/2023-02-indexed-map-btreeset-to-vec
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Tue, 21 Feb 2023 19:57:51 +0000 (19:57 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 19:57:51 +0000 (19:57 +0000)
Replace `BTreeSet` in `IndexedMap` with sorted `Vec`


Trivial merge