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