safe navigation operator
短语词形变化
safe navigation operators
复数
safe navigation operators
释义与例句
n.
-
1.
A binary operator that returns its second argument, unless the first argument is null, in which case it returns null; used to simplify code that would otherwise need multiple explicit checks for nullity.
计算机 工程 数学