An array combiner that uses doubling unrolled buffers to store elements.
An array combiner that uses doubling unrolled buffers to store elements.
- Companion
- object
Type members
Classlikes
class CopyUnrolledToArray(array: Array[Any], offset: Int, howmany: Int) extends Task[Unit, CopyUnrolledToArray]
Value members
Concrete methods
Inherited methods
Add all elements from a sequential collection and return the result.
Add all elements from a sequential collection and return the result.
- Inherited from
- Combiner
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
Constructs the result and sets the appropriate tasksupport object to the resulting collection if this is applicable.
- Inherited from
- Combiner