ptal / intervallum

Integer interval arithmetic library
Apache License 2.0
17 stars 7 forks source link

Pass by-move instead of by-ref in Union/Intersection/... (to be coherent with Add/Sub/.. traits) #13

Closed ptal closed 8 years ago

ptal commented 9 years ago

Of course, the four overloadings will be provided:

  1. (&'a lhs, rhs)
  2. (&'a lhs, &'b rhs)
  3. (lhs, &'b rhs)
  4. (lhs, rhs)
ptal commented 8 years ago

Move to https://github.com/ptal/gcollections/issues/1