fyve·2 वर्ष पहले·discussCharSequence?.isNullOrBlank()In java I can make my own static functionisNullOrBlank(String input)Which works on nulls too, right?It's annoying to have to reference another class - but otherwise it's not much less ergonomic.
fyve·4 वर्ष पहले·discussDoes this mean that you're rendering at 1fps, 10fps or something?Is it an artificial limit you put on rendering?Do you have button animations at 30 FPS?
In java I can make my own static function
isNullOrBlank(String input)
Which works on nulls too, right?
It's annoying to have to reference another class - but otherwise it's not much less ergonomic.