public static void BGL_U8VSET(u8vector v, int l, byte o) { v.objs[l] = o; }
public static byte BGL_U8VREF(u8vector v, int l) { return v.objs[l]; }