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