Next: , Previous: , Up: Array   [Index]


1.4.2 Array: built ins

at: anIndex ifAbsent: aBlock

Answer the index-th indexed instance variable of the receiver

replaceFrom: start to: stop with: byteArray startingAt: replaceStart

Replace the characters from start to stop with new characters whose ASCII codes are contained in byteArray, starting at the replaceStart location of byteArray