pub type pm_rest_parameter_node_t = pm_rest_parameter_node;Expand description
RestParameterNode
Represents a rest parameter to a method, block, or lambda definition.
def a(*b)
^^
endType: ::PM_REST_PARAMETER_NODE
Flags (#pm_parameter_flags):
- ::PM_PARAMETER_FLAGS_REPEATED_PARAMETER
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_rest_parameter_node_t {
pub base: pm_node,
pub name: u32,
pub name_loc: pm_location_t,
pub operator_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32RestParameterNode#name
name_loc: pm_location_tRestParameterNode#name_loc
operator_loc: pm_location_tRestParameterNode#operator_loc