Combines two NativeSocketPollValues

Property definitions

socket $ NativeSocketPollValues :: +
	# Combines two NativeSocketPollValues
	private fun +(other: NativeSocketPollValues): NativeSocketPollValues `{
		return self | other;
	`}
lib/socket/socket_c.nit:573,2--576,3