parseDouble

fun parseDouble(str: String, start: Int = 0, end: Int = str.length): Double
inline fun parseDouble(gen: (Int) -> Char): Double