awesome-everything RU

aliasing (variables)

RU: алиасинг (переменных)

The situation where two or more variable names are bound to the same object in memory — both hold the same reference (heap address). Mutating the shared object through one name is immediately visible through the other, because there is only one object. Aliasing arises when an object is assigned to a second variable without being explicitly copied.

shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?