user
01/17/2019, 1:23 PMDes
05/08/2020, 4:06 PMuser
05/08/2020, 5:21 PMSubhi Pandey
05/08/2020, 5:42 PMsupra
05/09/2020, 2:50 AMiex
05/09/2020, 11:44 AMiex
05/09/2020, 1:42 PMBitSet
) from a numeric type (e.g. a Byte
)?
Edit: The answer to this question is BitSet.valueOf(bytes)
Carson Graham
05/09/2020, 5:08 PMTolriq
05/09/2020, 6:08 PMiex
05/09/2020, 6:35 PMsealed class InputSelection<T> {
object None: InputSelection<T>()
data class Some<T>(val value: T): InputSelection<T>()
}
I tried with
sealed class InputSelection<T> {
object None: InputSelection<Nothing>()
data class Some<T>(val value: T): InputSelection<T>()
}
but then I can't use InputSelection.None
where I'm expecting an InputSelection<T>
iex
05/09/2020, 6:39 PMout T
in the type declaration. and Nothing
in the None
typeMatej Drobnič
05/10/2020, 4:07 AMStateFlow
out which is yet another construct that requires separate private and public type (MutableStateFlow
and StateFlow
), what is the status of https://github.com/Kotlin/KEEP/pull/122?crummy
05/10/2020, 8:27 AM9223372036854775807
your number:
18446462598732840960
I think your 0xffff_0000_0000_0000 is out of range?elect
05/11/2020, 8:36 AMiex
05/11/2020, 1:24 PMArray(15) { false }.toList()
(generates a list with 15 false
elements)stevecstian
05/11/2020, 1:27 PMList(15) { false }
stevecstian
05/11/2020, 1:31 PMHexa
05/12/2020, 7:11 AMspand
05/12/2020, 7:31 AMspand
05/12/2020, 7:31 AMchristophsturm
05/12/2020, 8:18 AMMerileoke
05/12/2020, 8:34 AMuser
05/12/2020, 9:30 AMuser
05/12/2020, 2:03 PMGilberto Diaz
05/12/2020, 2:37 PMRobert Jaros
05/12/2020, 3:11 PMe: java.lang.IllegalStateException: IrSimpleFunctionPublicSymbolImpl for public pl.treksoft.jquery/JQuery.get|2639228273376077075[0] is already bound
Should I fill an issue? Or it's just too early to use it?user
05/12/2020, 5:05 PMall_too_well
05/12/2020, 6:08 PMall_too_well
05/12/2020, 6:09 PMLeon johnson
05/13/2020, 3:47 AM