lua.wetgenes.tardis.array.unpack
a1,a2=v2:unpack()
a1,a2,a3=v3:unpack()
a1,a2,a3,a4=v4:unpack()
Return all values in this array. Note this should be used instead of the unpack function for future optimisation safety.
a1,a2=v2:unpack()
a1,a2,a3=v3:unpack()
a1,a2,a3,a4=v4:unpack()
Return all values in this array. Note this should be used instead of the unpack function for future optimisation safety.