Inheritance: hvector
Example #1
0
 public static void BGL_S8VSET(s8vector v, int l, sbyte o)
 {
     v.objs[l] = o;
 }
Example #2
0
 public static sbyte BGL_S8VREF(s8vector v, int l)
 {
     return v.objs[l];
 }