isl-rs 0.3.1

Rust bindings for Integer Set Library
Documentation
1
2
3
4
5
6
if (t1 >= 126)
  S(0, t1 - 384);
S(0, t1 - 256);
if (t1 >= 126)
  S(1, t1 - 384);
S(1, t1 - 256);