Alphabet
- get_available_from_alphabet(current_points)
Get the first available symbol in the alphabet not used in list.
- Parameters:
list (List[str]) – A list of symbols to check (typically point names).
- Returns:
The first available symbol from the list.
- Return type:
str