blob: e4210572878459472d50b2183eab8eb3f67639d9 [file] [log] [blame]
Integer[] array=[1, 2,3]
array.inject(4){
value, item->
item.byteValue()<caret>
}