insert

fun insert(index: Int, value: K3String)(source)

Insert a K3String at the given index.

Parameters

index

the location where the K3String should be added.

value

The K3String to add.