symbol: ~/, %, =, +=, -=, *=, /=, ~/=, &, ^, ~, ??, ??=, ?., .., ;, {}, (), [], ...?, description: Divides and returns an integer result., Returns the remainder of division., Assigns a value to a variable., a += b is equivalent to a = a + b., a -= b is equivalent to a = a - b., a *= b is equivalent to a = a * b., a /= b is equivalent to a = a / b., a ~/= b is equivalent to a = a ~/ b., Performs AND operation on bits., Performs XOR operation on bits., Inverts bits (~x).~, Returns left operand if not null, otherwise right operand. (x ?? y), Assigns a value only if variable is null. (x ??= y), Calls method only if object is not null. (obj?.method()), Allows calling multiple methods on the same object (obj..method1()..method2())., Ends a statement., Encloses a block of code., Used in function calls and conditions., Used for lists and accessing elements., Expands elements only if the iterable is not null.,

Leaderboard

Visual style

Mga Option

I-switch ang template

I-restore ang gi-autosave: ?