pm_splat_node_t

Type Alias pm_splat_node_t 

Source
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_node

The embedded base node.

§operator_loc: pm_location_t

SplatNode#operator_loc

§expression: *mut pm_node

SplatNode#expression