enhanced stix_inttostr() to handle a power-of-2 radix more efficiently
This commit is contained in:
@ -132,6 +132,12 @@
|
||||
^-1 - self.
|
||||
}
|
||||
|
||||
#method bitShift: aNumber
|
||||
{
|
||||
<primitive: #_integer_bitshift>
|
||||
self primitiveFailed.
|
||||
}
|
||||
|
||||
#method asString
|
||||
{
|
||||
self printStringRadix: 10
|
||||
|
Reference in New Issue
Block a user