isDefaulted

fun isDefaulted(globalIndex: Int): Boolean(source)

Returns true if the argument for the parameter at globalIndex is defaulted (i.e. not set, and the parameter has a default value).


Returns true if the argument for parameter is defaulted (i.e. not set, and the parameter has a default value).


fun isDefaulted(kind: Parameter.Kind, indexInKind: Int): Boolean(source)

Returns true if the argument for the kind parameter at indexInKind is defaulted (i.e. not set, and the parameter has a default value).