The mapping used on the call to associate arguments to parameters

If null then no specific association is required.

Property definitions

nitc $ CallSite :: signaturemap
	# The mapping used on the call to associate arguments to parameters
	# If null then no specific association is required.
	var signaturemap: nullable SignatureMap = null
src/semantize/typing.nit:807,2--809,47