pub type pm_splat_node_t = pm_splat_node;Expand description
SplatNode
Represents the use of the splat operator.
[*a]
^^Type: ::PM_SPLAT_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_splat_node_t {
pub base: pm_node,
pub operator_loc: pm_location_t,
pub expression: *mut pm_node,
}Fields§
§base: pm_nodeThe embedded base node.
operator_loc: pm_location_tSplatNode#operator_loc
expression: *mut pm_nodeSplatNode#expression