File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ simplify assignment by flattening by default.
34
34
35
35
= begin table
36
36
37
- Sigil Type constraint Default type Assignment Examples
38
- ===== =============== ============ ========== ========
39
- $ Mu (no type constraint) Any item Int, Str, Array, Hash
40
- @ Positional Array list List, Array, Range, Buf
41
- % Associative Hash list Hash, Map, Pair
42
- & Callable Callable item Sub, Method, Block, Routine
37
+ Sigil Type constraint Default type Assignment Examples
38
+ ===== =============== ============ ========== ========
39
+ $ Mu (no type constraint) Any item Int, Str, Array, Hash
40
+ @ Positional Array list List, Array, Range, Buf
41
+ % Associative Hash list Hash, Map, Pair
42
+ & Callable Callable item Sub, Method, Block, Routine
43
43
44
44
= end table
45
45
You can’t perform that action at this time.
0 commit comments