Closed stepancheg closed 12 years ago
Split 'push' and 'pushAll', 'insert' and 'insertAll', 'pushFront' and 'pushFrontAll'.
Basically,
'xxx' adds single element to sequence 'xxxAll' adds sequence elements
This separation makes:
"All" suffix is chosen after Java collections API (List has add, addAll methods). Suggestions of better function names are welcome.
Split 'push' and 'pushAll', 'insert' and 'insertAll', 'pushFront' and 'pushFrontAll'.
Basically,
'xxx' adds single element to sequence 'xxxAll' adds sequence elements
This separation makes:
"All" suffix is chosen after Java collections API (List has add, addAll methods). Suggestions of better function names are welcome.