mg6maciej
04/01/2017, 8:40 PM!in
-> is not in
.groostav
04/02/2017, 12:31 AMgroostav
04/02/2017, 12:31 AMnot
as a keywordbenleggiero
04/02/2017, 4:46 AMelect
04/02/2017, 9:35 AMbenleggiero
04/02/2017, 11:15 PMfellshard
04/03/2017, 12:59 AMbenleggiero
04/03/2017, 2:01 AMis not Nothing
or != null
, or questioning why is not null
doesn't work :pgroostav
04/03/2017, 5:47 PMis
, I think mg6maciej was simply using that for verbosity. I think a !in b
becomes a not in b
, where not
is highlighted by your editor in nice big blue or orange colour.mg6maciej
04/03/2017, 5:49 PMmg6maciej
04/03/2017, 5:49 PMmg6maciej
04/04/2017, 2:31 AMisNotEmpty
in addition to isEmpty
? Because list.isNotEmpty()
more readable than !list.isEmpty()
mg6maciej
04/04/2017, 2:31 AMnot list.isEmpty()
wouldn't have such problems.benleggiero
04/09/2017, 5:06 AM