mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-12 19:18:23 +00:00
cap
This commit is contained in:
parent
5cd67c8dee
commit
e7d0715c3c
|
@ -66,7 +66,7 @@ impl<K, V, S> MyHashmap<K, V, S> {
|
|||
```
|
||||
|
||||
You may wonder why there are no trait bounds in this impl block, like `K: Hash`, and this is because it's usually better to only put the trait
|
||||
bounds in impl blocks where you use them. The standard library does this extensively (from what i have seen).
|
||||
bounds in impl blocks where you use them. The standard library does this extensively (from what I have seen).
|
||||
|
||||
## Load factor
|
||||
|
||||
|
|
Loading…
Reference in a new issue