This is the initial release, extracted from the SDK v1.0.0rc601.
- Added support for
__round__
(round(quantity)
),__pos__
(+quantity
) and__mod__
(quantity % quantity
) operators.
This is the initial release, extracted from the SDK v1.0.0rc601.
__round__
(round(quantity)
), __pos__
(+quantity
) and __mod__
(quantity % quantity
) operators.