insertion

open fun insertion(char: Char): Double

Get the cost to insert a given character. The cost in the range [0, 1].

Parameters

char

the character being inserted.