Searched defs:divides (Results 1 – 2 of 2) sorted by relevance
69 struct divides { struct72 operator()(T x, S y) const { in operator ()()
212 fn divides(&self, other: &Self) -> bool; in divides() method