Ring.appendVals

Appends @len values located at @data.

class Ring
uint
appendVals
(
void* data
,
uint len
)

Parameters

data
Type: void*

A pointer to the array of values.

len
Type: uint

The number of values.

Return Value

Type: uint

the index of the first item.

Meta