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