Thrown if a type conversion fails.
Performs checked conversion from an integral type From to an integral type To.
Converts a floating point number to an integral type.
Performs checked conversion from an integral type From to an $(D_KEYWORD enum).
Converts from to a boolean.
Converts a boolean to To.
Converts a stringish range to an integral value.
If the source type From and the target type To are equal, does nothing. If From can be implicitly converted to To, just returns from.
Eugene Wissner 2017-2020.
This module provides functions for converting between different types.