Constant design_pattern_examples_rust::flyweight::NUMFLYWEIGHTS
source · const NUMFLYWEIGHTS: usize = 5;
Expand description
Number of Flyweight “images” to generate and manipulate.
const NUMFLYWEIGHTS: usize = 5;
Number of Flyweight “images” to generate and manipulate.