Constant design_pattern_examples_rust::flyweight::IMAGE_WIDTH
source · const IMAGE_WIDTH: usize = 30;
Expand description
Width of an individual Flyweight “image”, in characters.
const IMAGE_WIDTH: usize = 30;
Width of an individual Flyweight “image”, in characters.