Inheritance: hvector
Exemple #1
0
 public static void BGL_U32VSET(u32vector v, int l, uint o)
 {
     v.objs[l] = o;
 }
Exemple #2
0
 public static uint BGL_U32VREF(u32vector v, int l)
 {
     return v.objs[l];
 }