The returned MSignature is the exact copy of self.

Property definitions

nitc :: contracts $ MSignature :: clone
	# The returned `MSignature` is the exact copy of `self`.
	private fun clone: MSignature do return new MSignature(mparameters.to_a, return_mtype)
src/contracts.nit:788,2--789,87