Check if s is in the set

Property definitions

socket $ NativeSocketSet :: is_set
	# Check if `s` is in the set
	fun is_set(s: NativeSocket): Bool `{ return FD_ISSET(*s, self); `}
lib/socket/socket_c.nit:383,2--384,67