mirror of
https://github.com/Dhghomon/easy_rust
synced 2024-11-15 18:13:23 +00:00
V
means value in Map.Entry<K, V>
This commit is contained in:
parent
921df25b51
commit
01372865fe
@ -4090,7 +4090,7 @@ pub fn entry(&mut self, key: K) -> Entry<K, V> // 🚧
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
[Here is the page for Entry](https://doc.rust-lang.org/std/collections/hash_map/enum.Entry.html). Here is a simple version of its code. `K` means key and `V` means variable.
|
[Here is the page for Entry](https://doc.rust-lang.org/std/collections/hash_map/enum.Entry.html). Here is a simple version of its code. `K` means key and `V` means value.
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// 🚧
|
// 🚧
|
||||||
|
Loading…
Reference in New Issue
Block a user