mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
150 B
7 lines
150 B
6 years ago
|
foo: len=4 cap=4 data: 1 2 4 5
|
||
|
bar: len=3 cap=5 data: 0 0 0
|
||
|
foo[1:2]: len=1 cap=3 data: 2
|
||
|
sum foo: 12
|
||
|
copy foo -> bar: 3
|
||
|
bar: len=3 cap=5 data: 1 2 4
|