nitc :: MSignature :: clone
MSignature
is the exact copy of self
.
# 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