Value.opSliceAssign

Allocates a buffer for the value array and copies the content of val into the value array. If the value array already exists (is not null), it is resized and reused.

struct Value
void[]
opSliceAssign
(
void[] val
)

Parameters

val void[]

value content to copy to the value array of this instance

Return Value

Type: void[]

the value array of this instance.

Meta