Function param [src]
Prototype
pub fn param(self: FunctionAttributes, param_index: usize, builder: *const Builder) Attributes
Parameters
self: FunctionAttributes
param_index: usize
builder: *const Builder
Source
pub fn param(self: FunctionAttributes, param_index: usize, builder: *const Builder) Attributes {
return self.get(params_index + param_index, builder);
}