# Functions
CaseCamel converts a string to CamelCase.
Int converts 'i' to int.
Int16 converts 'i' to int16.
Int32 converts 'i' to int32.
Int64 converts 'i' to int64.
Int8 converts 'i' to int8.
SliceStr is alias of Strings.
Str converts 'i' to string.
Strs converts `any` to []string.