marcinmoskala
04/09/2017, 9:55 AMMapWithDefault
should be subinterface of Map
stepango
04/10/2017, 6:11 AMKClass
is not implemented Serializable
?evanchooly
04/10/2017, 7:14 AMstepango
04/10/2017, 7:19 AMevanchooly
04/10/2017, 7:22 AMstepango
04/10/2017, 7:23 AMfellshard
04/10/2017, 7:25 AMevanchooly
04/10/2017, 7:35 AMevanchooly
04/10/2017, 7:36 AMstepango
04/10/2017, 7:37 AMcedric
04/10/2017, 1:34 PMsreich
04/12/2017, 11:20 PMjw
04/12/2017, 11:31 PMt.getStackTraceElements().joinToString('\n')'
Dmitry Kandalov
04/13/2017, 8:21 AMmg6maciej
04/13/2017, 8:35 AMmg6maciej
04/13/2017, 8:43 AMfoldIndexed
, mapIndexed
and filterIndexed
, but not flatMapIndexed
or filterNotIndexed
in #stdlib?cbruegg
04/13/2017, 8:58 AMwithIndex()
on an Iterable
or Sequence
to get index-value pairs.mg6maciej
04/13/2017, 8:59 AMsreich
04/13/2017, 12:49 PMsreich
04/13/2017, 12:49 PMilya.gorbunov
04/13/2017, 1:05 PMleft-pad
being a separate library in JS ecosystem. 😉mg6maciej
04/13/2017, 1:06 PMmg6maciej
04/13/2017, 1:06 PMmg6maciej
04/13/2017, 1:09 PMmg6maciej
04/13/2017, 1:09 PMilya.gorbunov
04/13/2017, 1:16 PMshuffled
and splitAt
is something that we consider useful to have. Haven't considered the others.mg6maciej
04/13/2017, 1:17 PMshuffled
.mg6maciej
04/13/2017, 1:18 PMkotlin.Random
typealias and KN implementation might be useful to many.mg6maciej
04/13/2017, 1:22 PMsplitAt
was in #stdlib it would use `drop`+`take` equivalent and not subList
.enleur
04/21/2017, 12:02 PMpairs
.filter { it.second != null }
.filterIsInstance<Pair<String,Double>>()
.toMap()