pm_imaginary_node_t

Type Alias pm_imaginary_node_t 

Source
pub type pm_imaginary_node_t = pm_imaginary_node;
Expand description

ImaginaryNode

Represents an imaginary number literal.

 1.0i
 ^^^^

Type: ::PM_IMAGINARY_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_imaginary_node_t { pub base: pm_node, pub numeric: *mut pm_node, }

Fields§

§base: pm_node

The embedded base node.

§numeric: *mut pm_node

ImaginaryNode#numeric