Inheritance: hvector
示例#1
0
 public static void BGL_S64VSET(s64vector v, int l, long o)
 {
     v.objs[l] = o;
 }
示例#2
0
 public static long BGL_S64VREF(s64vector v, int l)
 {
     return v.objs[l];
 }