Added stix_shallowcopy().
added some code for bigint operations
This commit is contained in:
@ -66,6 +66,14 @@
|
||||
^self.
|
||||
}
|
||||
|
||||
## -------------------------------------------------------
|
||||
## -------------------------------------------------------
|
||||
#method shallowCopy
|
||||
{
|
||||
<primitive: #_shallow_copy>
|
||||
self primitiveFailed.
|
||||
}
|
||||
|
||||
## -------------------------------------------------------
|
||||
## -------------------------------------------------------
|
||||
|
||||
@ -107,7 +115,6 @@
|
||||
self error: 'out of range'.
|
||||
}
|
||||
|
||||
|
||||
#method(#class) basicAt: anInteger
|
||||
{
|
||||
<primitive: #_basic_at>
|
||||
@ -177,6 +184,7 @@
|
||||
^true.
|
||||
}
|
||||
|
||||
|
||||
## -------------------------------------------------------
|
||||
## -------------------------------------------------------
|
||||
"
|
||||
|
Reference in New Issue
Block a user