Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
update wording/content for HashTable
authored
Dec 21, 2019
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
coding/patterns/dictionary.md
View page @
a6426dbf
...
@@ -21,7 +21,7 @@ const vector dirn(dict.get<vector>("direction"));
...
@@ -21,7 +21,7 @@ const vector dirn(dict.get<vector>("direction"));
-
These retrieve values with input checking on type and excess tokens.
-
These retrieve values with input checking on type and excess tokens.
**Anti-pattern**
: using dictionary
`lookup()`
returns a
n
stream,
**Anti-pattern**
: using dictionary
`lookup()`
returns a stream,
which needs additional handling for primitives and does not incorporate
which needs additional handling for primitives and does not incorporate
input checking:
input checking:
```
```
...
...