Send the full content of a buffer

Property definitions

mpi $ MPI :: send_all
	# Send the full content of a buffer
	fun send_all(buffer: Sendable, dest: Rank, tag: Tag, comm: Comm)
	do
		buffer.send_all(self, dest, tag, comm)
	end
lib/mpi/mpi.nit:66,2--70,4