Methods on primitive types and values
Posted: Mon Oct 13, 2008 7:52 pm
In development, Cobra's support for methods on primitive types and values is now complete.
This includes things like:
I also had the compiler print out these methods so we have full docs at PrimitiveTypeMembers.
Available via Source
Testing and feedback are always welcome.
Enjoy,
Chuck
This includes things like:
d = decimal.parse(s)
if c.isUpper, ...
print x.round(2)
print x.min(y)
I also had the compiler print out these methods so we have full docs at PrimitiveTypeMembers.
Available via Source
Testing and feedback are always welcome.
Enjoy,
Chuck