Method: Roaring::BitmapCommon#disjoint?

Defined in:
lib/roaring.rb

#disjoint?(other) ⇒ Boolean

Returns:

  • (Boolean)


146
147
148
# File 'lib/roaring.rb', line 146

def disjoint?(other)
  !intersect?(other)
end