Whitecoin-XWC / xwc-gjavac

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

Need an insertion method for UvmArray #7

Open tobiasholt opened 2 years ago

tobiasholt commented 2 years ago

Currently UvmArray has an add(T) method for appending elements, however in order to be compatible with LUA, it also needs an insert method for adding new elements at a certain position, i.e. add(int index, T element).