# Functions
FromFloat creates an Float32OrString object with a float32 value.
FromString creates a Float32OrString object with a string value.
Parse the given string and try to convert it to a float32 before setting it as a string value.
# Structs
Float32OrString is a type that can hold a float32 or a string.
# Type aliases
Type represents the stored type of Float32OrString.