-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: defaultable tuple elements, fix some sidebar header links
- Loading branch information
1 parent
8909026
commit 283689e
Showing
5 changed files
with
56 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"title": "arrays and tuples", | ||
"pages": [ | ||
"lengths", | ||
"[prefix](/docs/objects#arrays-prefix)", | ||
"[optional](/docs/objects#arrays-optional)", | ||
"[defaultable](/docs/objects#arrays-defaultable)", | ||
"[variadic](/docs/objects#arrays-variadic)", | ||
"[postfix](/docs/objects#arrays-postfix)" | ||
"[lengths](/docs/objects#arrays-lengths)", | ||
"[prefix](/docs/objects#tuples-prefix)", | ||
"[defaultable](/docs/objects#tuples-defaultable)", | ||
"[optional](/docs/objects#tuples-optional)", | ||
"[variadic](/docs/objects#tuples-variadic)", | ||
"[postfix](/docs/objects#tuples-postfix)" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters