RList.unsafePut

If you want to add elements by index. Dangerous because there is nothing to prevent you from overwriting an existing element.

struct RList
void
unsafePut
(
,
int ii
)

Meta