loloof64
08/11/2016, 11:27 AMcedric
08/11/2016, 11:31 AMjkbbwr
08/11/2016, 11:34 AMcedric
08/11/2016, 11:35 AMmbickel
08/11/2016, 11:35 AMmbickel
08/11/2016, 11:36 AMcedric
08/11/2016, 11:36 AMcedric
08/11/2016, 11:36 AMmikehearn
08/11/2016, 3:21 PMmikehearn
08/11/2016, 3:21 PMbryan
08/11/2016, 4:18 PMRuckus
08/11/2016, 7:59 PMgroostav
08/11/2016, 8:41 PMsreich
08/11/2016, 8:42 PMjw
08/11/2016, 8:44 PMsreich
08/11/2016, 8:46 PMdanny
08/11/2016, 8:46 PM@
for annotations and use them like keywordssupaham
08/11/2016, 11:01 PMmod
but it performs as remainder
supaham
08/11/2016, 11:02 PMinfix fun Int.umod(other: Int) = (this % other) + if (this < 0) other else 0
groostav
08/11/2016, 11:16 PMgroostav
08/11/2016, 11:18 PMgroostav
08/11/2016, 11:18 PMgroostav
08/11/2016, 11:18 PMAndreas Sinz
08/12/2016, 7:55 AMreturn@addInterceptor
mikehearn
08/12/2016, 7:56 AMsimon.vergauwen
08/12/2016, 8:20 AMvar white_x: Byte = 0xFF
The integer literal does not conform to the type Byte
simon.vergauwen
08/12/2016, 8:21 AM0xF
is fine. But for 0xFx
I have to add .toByte()
simon.vergauwen
08/12/2016, 8:21 AMyole
08/12/2016, 8:22 AMyole
08/12/2016, 8:23 AMByte
is -128 to 127