Constant design_pattern_examples_rust::flyweight::DISPLAY_HEIGHT
source · const DISPLAY_HEIGHT: usize = 20;
Expand description
Height of the “display”, in characters, in which to render Flyweight “images”.
const DISPLAY_HEIGHT: usize = 20;
Height of the “display”, in characters, in which to render Flyweight “images”.