# Functions
SetLanguageString parses a string as a language.
# Variables
CurrentLanguage is the current language for error and log strings.
# Structs
ExistingElement is an alternative to ExistingFont, where in this case the existing element is -not- overwritten.
IndivisibleInput is returned from functions expecting a count of inputs in a slice or variadic argument divisible by some integer, or an integer value divisible by some integer.
InsufficientInputs is returned when something requires at least some number of inputs in a variadic argument, but that minimum was not supplied.
InvalidInput is a generic struct returned for otherwise invalid input.
NilInput is returned from functions expecting a non-nil pointer which receive a nil pointer.
NotFound is returned when some input was queried but not found.
UnsupportedFormat is returned by functions expecting formatted data or files which received a format they can't use.
UnsupportedPlatform is returned when functionality isn't supported on the hardware or operating system used.
# Type aliases
Language configures the language of returned error strings.