Does this set has socket?

Property definitions

socket $ SocketSet :: has
	# Does this set has `socket`?
	fun has(socket: Socket): Bool do return native.is_set(socket.native)
lib/socket/socket.nit:302,2--303,69