neo-go/pkg/interop/util
Evgenii Stratonikov bcc11cbd74 compiler: support removing slice elements
Go-way of removing elements from slice is via `append` builtin.
There is a separate opcode for removing elements from
Arrays, which is cheaper and supported in this commit.
2020-09-15 16:33:43 +03:00
..
util.go compiler: support removing slice elements 2020-09-15 16:33:43 +03:00