Style.Box_generation_modeSourceCSS box generation mode.
This module represents an abstracted version of the CSS display property where any value other than none is represented by Normal. It determines whether a node and its descendants should generate boxes in the layout tree.
compare a b compares two box generation modes. Returns 0 if equal, a negative integer if a < b, or a positive integer if a > b.
to_string mode converts a box generation mode to its string representation. Returns "normal" or "none".
pp fmt mode prints a box generation mode to a formatter.