UNSAFECSHARP Telegram 236
Как свапнуть значение

Представим, что у нас есть 2 переменные a и b, нам нужно поменять их значения местами: a => b, b => a.
Обычно, мы пишем так:

var temp = a;
a = b;
b = temp;


Но есть возможность записать это проще:

(a, b) = (b, a);


По производительности записи идентичны, т.к. второй вариант превращается в первый.

#tips #basics
🔥56👍26😐7🤯6🥰3💯1



tgoop.com/unsafecsharp/236
Create:
Last Update:

Как свапнуть значение

Представим, что у нас есть 2 переменные a и b, нам нужно поменять их значения местами: a => b, b => a.
Обычно, мы пишем так:


var temp = a;
a = b;
b = temp;


Но есть возможность записать это проще:

(a, b) = (b, a);


По производительности записи идентичны, т.к. второй вариант превращается в первый.

#tips #basics

BY Unity: Всё, что вы не знали о разработке


Share with your friend now:
tgoop.com/unsafecsharp/236

View MORE
Open in Telegram


Telegram News

Date: |

Telegram desktop app: In the upper left corner, click the Menu icon (the one with three lines). Select “New Channel” from the drop-down menu. The SUCK Channel on Telegram, with a message saying some content has been removed by the police. Photo: Telegram screenshot. When choosing the right name for your Telegram channel, use the language of your target audience. The name must sum up the essence of your channel in 1-3 words. If you’re planning to expand your Telegram audience, it makes sense to incorporate keywords into your name. Telegram Channels requirements & features As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail.
from us


Telegram Unity: Всё, что вы не знали о разработке
FROM American