Method: Hwloc::Bitmap#compare
- Defined in:
- lib/hwloc/Bitmap.rb
#compare(other) ⇒ Object Also known as: <=>
342 343 344 |
# File 'lib/hwloc/Bitmap.rb', line 342 def compare(other) return Hwloc.hwloc_bitmap_compare(@ptr, other.ptr) end |