TTT v0.2.0 TTT.Utilities.TokenPaddingGenerator View Source
Apply paddings(whitespaces) to shorter token so that the visual board scales accordingly.
Link to this section Summary
Link to this section Functions
## Parameters
- longest_token: String of the longer token.
- players: Tuple of player structs which contains player's name, token and type.
Returns a tupe of players with paddings added to the shorter token.
## Parameters
-long_token: String of the longer token.
-short_token: String of the shorter token.
Returns a tupe of players with paddings added to the shortest token.