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