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
Deprecated and Inherited methods
@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated- Inherited from
- Growable