Elixir 操作符表

2023-12-14 16:33 更新
OPERATOR    ASSOCIATIVITY
@                Unary
.                Left to right
+ - ! ^ not ~~~        Unary
* /                Left to right
+ -                Left to right
++ -- .. <>        Right to left
in                Left to right
|> <<< >>> ~>> <<~ ~> <~ <~> <|>    Left to right
< > <= >=        Left to right
== != =~ === !==    Left to right
&& &&& and        Left to right
|| ||| or        Left to right
=                Right to left
=>                Right to left
|                Right to left
::                Right to left
when                Right to left
<-, \\                Left to right
&                Unary

这些操作符中的大部分会在我们的教程中学习到。在下一章,我们将讨论一些基本函数,数据类型转换和一点点控制流。


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号