|
1 |
| -% Perl 6 Tablets Appendix B - Grouping |
| 1 | +% Perl 6 Tablets Appendix B - Thematically Grouped Index |
2 | 2 |
|
3 | 3 |
|
4 | 4 | Variables
|
@@ -249,7 +249,7 @@ Widget Any Widget object
|
249 | 249 | ### Mutable types ###
|
250 | 250 |
|
251 | 251 | ----------------------------------------------------- ---------------------------------------------------------
|
252 |
| -[Iterator](appendix-a-index.html#Failure-type) Perl list |
| 252 | +[Iterator](appendix-a-index.html#Iterator-type) Perl list |
253 | 253 | [SeqIter](appendix-a-index.html#SeqIter-type) Iterator over a Seq
|
254 | 254 | [RangeIter](appendix-a-index.html#RangeIter-type) Iterator over a Range
|
255 | 255 | [Scalar](appendix-a-index.html#Scalar-type) Perl scalar
|
@@ -502,21 +502,21 @@ Contextualizers
|
502 | 502 |
|
503 | 503 | Infix operator or functions that forcing a context.
|
504 | 504 |
|
505 |
| -------------------------------------------- ------------------------------------ ---------------------------------------------------------------------------------------------- |
506 |
| -[`$()`](appendix-a-index.html#dollar-op) [item()](appendix-a-index.html#item) [scalar/item context](tablet-3-variables.html#scalar) |
507 |
| -[`?`](appendix-a-index.html#dollar-op) [so()](appendix-a-index.html#so) [boolean](](tablet-4-operators.html#bool-context) |
508 |
| -[`!`](appendix-a-index.html#exclamation-op) [not()](appendix-a-index.html#not) negated bool context |
509 |
| -[`+`](appendix-a-index.html#plus-op) [numeric](](tablet-4-operators.html#numeric-context) |
510 |
| -[`-`](appendix-a-index.html#minus-op) negated num context |
511 |
| -[`~`](appendix-a-index.html#tilde-op) [string](](tablet-4-operators.html#string-context) |
512 |
| -[`@()`](appendix-a-index.html#at-op) [list()](appendix-a-index.html#list) [array/list context](variables.html#array) |
513 |
| - [flat()](appendix-a-index.html#flat) flat list |
514 |
| - [lol()](appendix-a-index.html#lol) list of list (was slice context before) |
515 |
| -[`%()`](appendix-a-index.html#percent-op) [hash()](appendix-a-index.html#hash) [hash context](tablet-3-variables.html#hash) |
516 |
| -[`&()`](appendix-a-index.html#ampersand-op) [code()](appendix-a-index.html#code) [coderef](tablet-3-variables.html#callable), [routines](ap-b-lookup.html#routines) |
517 |
| -[`|`](appendix-a-index.html#pipe-op) flatten [capture](tablet-3-variables.html#capture) object into arglist (named parameter) |
518 |
| -[`||`](appendix-a-index.html#pipe-pipe-op) flatten [capture](tablet-3-variables.html#capture) object into semicolon list (positional parameter) |
519 |
| -------------------------------------------- ------------------------------------ ---------------------------------------------------------------------------------------------- |
| 505 | +----------------------------------------------- ------------------------------------ ---------------------------------------------------------------------------------------------- |
| 506 | +[`$()`](appendix-a-index.html#dollar-op) [item()](appendix-a-index.html#item) [scalar/item context](tablet-3-variables.html#scalar) |
| 507 | +[`?`](appendix-a-index.html#question-op) [so()](appendix-a-index.html#so) [boolean](](tablet-4-operators.html#bool-context) |
| 508 | +[`!`](appendix-a-index.html#exclamation-op) [not()](appendix-a-index.html#not) negated bool context |
| 509 | +[`+`](appendix-a-index.html#plus-op) [numeric](](tablet-4-operators.html#numeric-context) |
| 510 | +[`-`](appendix-a-index.html#minus-op) negated num context |
| 511 | +[`~`](appendix-a-index.html#tilde-op) [string](](tablet-4-operators.html#string-context) |
| 512 | +[`@()`](appendix-a-index.html#at-op) [list()](appendix-a-index.html#list) [array/list context](variables.html#array) |
| 513 | + [flat()](appendix-a-index.html#flat) flat list |
| 514 | + [lol()](appendix-a-index.html#lol) list of list (was slice context before) |
| 515 | +[`%()`](appendix-a-index.html#percent-op) [hash()](appendix-a-index.html#hash) [hash context](tablet-3-variables.html#hash) |
| 516 | +[`&()`](appendix-a-index.html#ampersand-op) [code()](appendix-a-index.html#code) [coderef](tablet-3-variables.html#callable), [routines](ap-b-lookup.html#routines) |
| 517 | +[`|`](appendix-a-index.html#pipe-context) flatten [capture](tablet-3-variables.html#capture) object into arglist (named parameter) |
| 518 | +[`||`](appendix-a-index.html#pipe-pipe-context) flatten [capture](tablet-3-variables.html#capture) object into semicolon list (positional parameter) |
| 519 | +----------------------------------------------- ------------------------------------ ---------------------------------------------------------------------------------------------- |
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
|
0 commit comments