Added asUInt
Support for coercing basic data types.
Provides:
asInt
asString
Converter
Any
asInt:
asString:
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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