it is possible to use find_smallest_int = min I wonder which of these 2 is better sollution. I've used syntax like in this answer, couse it looks more readable for me. but using '=' would probably be more optimal?
Loading collection data...
it is possible to use
find_smallest_int = min
I wonder which of these 2 is better sollution.
I've used syntax like in this answer, couse it looks more readable for me.
but using '=' would probably be more optimal?