enhanced stix_inttostr() to handle a power-of-2 radix more efficiently

This commit is contained in:
hyunghwan.chung
2015-12-18 15:58:45 +00:00
parent 95ceac9e85
commit 5bf467cb29
5 changed files with 276 additions and 35 deletions

View File

@ -132,6 +132,12 @@
^-1 - self.
}
#method bitShift: aNumber
{
<primitive: #_integer_bitshift>
self primitiveFailed.
}
#method asString
{
self printStringRadix: 10