# Functions
CheckIfKeysNonEmpty to check if both strings are non-empty.
CheckValidRange to check if an integer value is within a specified range.
FixedLengthString to convert the given string into fixed length by truncating or padding.
StringLookup to check if a value exists in the given input.
StringsLookup returns true if all the items in the inputList exists in the refList, else returns false.
# Constants
CenterAlign to align the text to the center.
LeftAlign to left-justify text.
RightAlign to right-justify text.
# Type aliases
AlignmentType for formatted output.