171
edits
 (→Specification:  add some results from the discussion)  | 
				m (markup errors)  | 
				||
| Line 182: | Line 182: | ||
; <u>split()</u>    | ; <u>split()</u>    | ||
: Returns an array of ByteArrays instead of ByteStrings.  | : Returns an array of ByteArrays instead of ByteStrings.  | ||
; <u>filter()/u>  | ; <u>filter()</u>  | ||
:  | :  | ||
; <u>forEach()/u>  | ; <u>forEach()</u>  | ||
:  | :  | ||
; <u>every()/u>  | ; <u>every()</u>  | ||
:  | :  | ||
; <u>some()/u>  | ; <u>some()</u>  | ||
:  | :  | ||
; <u>map()/u>  | ; <u>map()</u>  | ||
:  | :  | ||
; <u>reduce()/u>  | ; <u>reduce()</u>  | ||
:  | :  | ||
; <u>reduceRight()/u>  | ; <u>reduceRight()</u>  | ||
:  | :  | ||
; <u>displace(begin, end, values/ByteStrings/ByteArrays/Arrays...) -> length</u>  | ; <u>displace(begin, end, values/ByteStrings/ByteArrays/Arrays...) -> length</u>  | ||
edits