سؤال

How can I translate the following code to objective c? (Value is an int)

while (value != 0) {
    value >>>= 1;

And is there a general replacement for the >>> operator?

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top