append_vals


Description:

public uint append_vals (void* data, uint len)

Appends len values located at data.

Parameters:

this

A Ring.

data

A pointer to the array of values.

len

The number of values.

Returns:

the index of the first item.