Function street_index::gridconfig::number_to_alphabet_value[][src]

pub fn number_to_alphabet_value(num: usize) -> String

Maps an index number to a value, necessary for creating the street index. i.e.:

This example is not tested
0   -> A
25  -> Z
26  -> AA
27  -> AB

... and so on