Lines Matching full:unbound
150 // and unbound arguments. This is intentional because it allows the other
163 $var UNBOUND = ARITY - BOUND
164 $if UNBOUND >= 0 [[
169 $range UNBOUND_ARG (ARITY - UNBOUND + 1)..ARITY
176 $range M_UNBOUND_ARG (M_ARITY - UNBOUND + 1)..M_ARITY
178 // Function: Arity $(ARITY) -> $(UNBOUND).
184 $if UNBOUND != 0 [[, ]][[]]
188 $$ Add comma if there are both boudn and unbound args.
189 $if UNBOUND > 0 [[$if BOUND > 0 [[, ]]]][[]]
196 // Method: Arity $(M_ARITY) -> $(UNBOUND).
201 $if UNBOUND > 0 [[, ]][[]]
206 $if UNBOUND > 0 [[$if BOUND > 1 [[, ]]]][[]]
213 ]] $$ if UNBOUND
225 // that forwards the unbound arguments because that would require we unwrap the