so `create("", "two", "three")` will return `" two...
# codingconventions
c
so
create("", "two", "three")
will return
" two case three case"
. I guess the downsides are the
!!
and relying on
mapOf
to insert the empty string key in order (in this case last).