Module agora.stats.Stats

Base stats class that helps define other stats classes

Structs

NameDescription
NoLabel Convenience struct for easier stats definition
Stats Base stats class that helps define other stats classes.class Usage is Stats!(ConcreateStatsValue, ConcreateStatsLabel) concreate_stats;