Бля я кажись совсем деградировал, тенарнарный операнд чёт я такое помню
In computer science, a ternary operator is an operator that takes three arguments (or operands).[1] The arguments and result can be of different types. Many programming languages that use C-like syntax[4] feature a ternary operator, ?:, which defines a conditional expression. In some languages, this operator is referred to as the conditional operator.