Join Slack
Powered by
so `create("", "two", "three")` will return `" two...
# codingconventions
c
Chris Black
10/30/2020, 4:32 PM
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).
2
Views
Open in Slack
Previous
Next