moreover, if I want to collect them as Floats, `c...
# getting-started
e
moreover, if I want to collect them as Floats,
content.split("\\s+".toRegex()).mapTo(ArrayList<Float>(), { it.f })
?