default Order dec $include $property function prop(xs: bits(65), x: bit) -> bool = { ys = xs; ys[63] = x; ys[64] = x; ys[42] = x; ys[0] = x; ys[64] == x & ys[63] == x & ys[42] == x & ys[0] == x }