mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
canna have two bars, cap'n
This commit is contained in:
parent
1b7155b11d
commit
c1371f5659
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
// const foo = digits[0..1]; // 0
|
||||
// const bar = digits[3..9]; // 3 4 5 6 7 8
|
||||
// const bar = digits[5..9]; // 5 6 7 8
|
||||
// const baz = digits[5..9]; // 5 6 7 8
|
||||
// const all = digits[0..]; // 0 1 2 3 4 5 6 7 8 9
|
||||
//
|
||||
// As you can see, a slice [x..y] starts with the index of the
|
||||
|
|
Loading…
Reference in a new issue