Fix typo in containers.md #29
@ -181,7 +181,7 @@ Set<int, 32> set;
|
|||||||
Map<int, float, 32> map;
|
Map<int, float, 32> map;
|
||||||
```
|
```
|
||||||
|
|
||||||
Using a larger online buffer obviously also increases the size of the type: `sizeof(Vector<int>) < sizeof(Vector<int, 32>)`.
|
Using a larger inline buffer obviously also increases the size of the type: `sizeof(Vector<int>) < sizeof(Vector<int, 32>)`.
|
||||||
|
|
||||||
### Hashing
|
### Hashing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user