Function get_set_max_module_len

Source
pub fn get_set_max_module_len(len: usize) -> usize
Expand description

return the current module len and set the module length to the maximum of the current value and the given len.

Usefull if you already know the length of module and would like to have an consistant indentation from the beginnig.