Is parameter a reference to a mutable value?
This is used if an argument has a corresponding Parameter. The argument type is necessary if the Parameter is inout.
Parameter to check
type of corresponding argument
true if it's a pointer (or reference) to mutable data
See Implementation
Is parameter a reference to a mutable value?
This is used if an argument has a corresponding Parameter. The argument type is necessary if the Parameter is inout.