Class ByteArray


back
at: index ifAbsent: exceptionBlock
(self includesKey: index)
ifTrue: [ ^ <21 self index>]
ifFalse: [ ^ exceptionBlock value ]