Go
单词

unary

读音
ˈjuːnəri
美式
英式
词根

释义

adj. [数] 一元的

例句

7 sin sends the unary message sin to the target object 7.
sin将一元消息sin发送给目标对象7。
For example, the unary increment operator is named as operator + +.
举例来说,单目增量运算符命名为operator + +。
Defining this unary "operator" in Scala is slightly tricky, but it's purely a syntactic nit.
在Scala中定义这种一元“操作符”需要一点技巧,但这只是语法上的问题而已。

强化记忆

所属分类

程序员

所在词典

Python官方文档,Learning Java