# File lib/ipaddress/ipv6.rb, line 232
    def network?
      to_u128 | @prefix.to_u128 == @prefix.to_u128
    end