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_nodeThe embedded base node.
numeric: *mut pm_nodeImaginaryNode#numeric