insertCodePoint

fun insertCodePoint(index: Int, codePoint: Int)(source)

Insert a codepoint at a given index.

Parameters

index

the location where the codepoint should be added.

codePoint

the codepoint to add, this codepoint must be a valid code point.