pub type pm_array_node_t = pm_array_node;
Expand description

ArrayNode

Type: PM_ARRAY_NODE Flags: PM_ARRAY_NODE_FLAGS_CONTAINS_SPLAT

@extends pm_node_t

Aliased Type§

struct pm_array_node_t {
    pub base: pm_node,
    pub elements: pm_node_list,
    pub opening_loc: pm_location_t,
    pub closing_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§elements: pm_node_list

ArrayNode#elements

§opening_loc: pm_location_t

ArrayNode#opening_loc

§closing_loc: pm_location_t

ArrayNode#closing_loc