Is type a reference to a mutable value?
This is used to determine if an argument that does not have a corresponding Parameter, i.e. a variadic argument, is a pointer to mutable data.
type of the argument
true if it's a pointer (or reference) to mutable data
See Implementation
Is type a reference to a mutable value?
This is used to determine if an argument that does not have a corresponding Parameter, i.e. a variadic argument, is a pointer to mutable data.