We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d04e1 commit 0099c2aCopy full SHA for 0099c2a
lib/elixir/lib/keyword.ex
@@ -5,7 +5,9 @@ defmodule Keyword do
5
The first element of these tuples is known as the *key*, and it must be an atom.
6
The second element, known as the *value*, can be any term.
7
8
- Keywords are mostly used to work with optional values.
+ Keywords are mostly used to work with optional values. For a general introduction
9
+ to keywords and how the compare with maps, see our [Keyword and Maps](keywords-and-maps.md)
10
+ guide.
11
12
## Examples
13
0 commit comments