Whitecoin-XWC / xwc-gjavac

Java and Kotlin compiler for uvm
MIT License
0 stars 0 forks source link

UvmArray Not Support removedByIndex #2

Open Molocher opened 2 years ago

Molocher commented 2 years ago

The code write by lua like this: table.remove( json_data,tointeger(lastTokenIndex))

However, there is no such a corresponding API for 'table.remove()' in java. We should add an API such as 'UvmArray.removedByIndex()' to support this.