# File lib/dnsruby/bitmap.rb, line 73
  def self.from_set_bit_position_array(array)
    new(BitMapping.set_bit_position_array_to_number(array))
  end