Added asUInt
Support for coercing basic data types.
Provides:
asInt
asString
Converter
Any
asInt:
asString:
Coercion
Support for coercing basic data types.
Provides:
asInt
,asString
and so onConverter
protocol which can take anAny
object and turn it into a known type using the coercion protocolsasInt:
,asString:
etc, performing coercion where possible