Commit 38bc8b9
authored
Add additional FixedHasher details in HashSet and HashMap docs (#21266)
# Objective
- Make information about why to use bevy's `HashMap` and `HashSet` types
more accessible.
## Solution
- Copy part of the module docs of `hash_set` and `hash_map` into the
struct docs as it is where people will be looking for this info.1 parent a99e087 commit 38bc8b9
File tree
2 files changed
+10
-0
lines changed- crates/bevy_platform/src/collections
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments