Skip to main content

TWIG_ALIGN_NONE

Constant TWIG_ALIGN_NONE 

Source
pub const TWIG_ALIGN_NONE: c_int = -1;
Expand description

TwigFlatNode::alignment codes; NONE means the node isn’t a cell. NONE is part of the ABI contract even though Alignment::from_c folds it into its catch-all, so spell it out rather than leaving the -1 a mystery.