Skip to main content

REASONABLE_CLASS_LIST_SIZE

Constant REASONABLE_CLASS_LIST_SIZE 

Source
const REASONABLE_CLASS_LIST_SIZE: usize = 5;
Expand description

We use this as an inline capacity for the class_list member below, but also as a reasonable cap to avoid sorting too large class lists.