mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
176 lines
1.6 KiB
Markdown
176 lines
1.6 KiB
Markdown
# Index
|
|
|
|
For APIs not in this index, see [here](./API/index.md).
|
|
For the meaning of terms, see [here](./dev_guide/terms.md) for the meaning of terms.
|
|
|
|
## Symbols
|
|
|
|
* !
|
|
* !-type → [Mutable type](./type/mut.md)
|
|
* [#](./00_basic.md/#comment)
|
|
* $
|
|
* %
|
|
* &
|
|
* &&
|
|
* ′ (single quote)
|
|
* ()
|
|
* *
|
|
* [*-less multiplication](./01_literal.md/#less-multiplication)
|
|
* + (unary)
|
|
* +_ → + (unary)
|
|
* + (binary)
|
|
* ,
|
|
* − (unary)
|
|
* −_ → − (unary)
|
|
* − (binary)
|
|
* −>
|
|
* . → [Visibility]
|
|
* /
|
|
* :
|
|
* :]
|
|
* ;
|
|
* <
|
|
* <:
|
|
* <<
|
|
* <=
|
|
* =
|
|
* ==
|
|
* =>
|
|
* >
|
|
* >>
|
|
* >=
|
|
* ?
|
|
* @
|
|
* []
|
|
* \
|
|
* ^
|
|
* ^^
|
|
* _
|
|
* _+_ → + (binary)
|
|
* _-_ → − (binary)
|
|
* ``
|
|
* {}
|
|
* {} type
|
|
* {:}
|
|
* {=}
|
|
* {=} type
|
|
* |
|
|
* ||
|
|
* ~
|
|
|
|
## Alphabet
|
|
|
|
### A
|
|
|
|
* [algebraic type]
|
|
* [And]
|
|
* [and]
|
|
* [assert]
|
|
* [attribute]
|
|
|
|
### B
|
|
|
|
* [Base]
|
|
* [Bool]
|
|
|
|
### C
|
|
|
|
* [Class]
|
|
|
|
### D
|
|
|
|
* Deprecated
|
|
* [distinct]
|
|
|
|
### E
|
|
|
|
* [enum type]
|
|
* [Eq]
|
|
* [Erg]
|
|
|
|
### F
|
|
|
|
* [for]
|
|
|
|
### G
|
|
|
|
### H
|
|
|
|
### I
|
|
|
|
* [if]
|
|
* [import]
|
|
* [in]
|
|
* [Int]
|
|
|
|
### J
|
|
|
|
### K
|
|
|
|
### L
|
|
|
|
* let-polymorphism → [rank-1 polymorphism]
|
|
* [log]
|
|
|
|
### M
|
|
|
|
* [match]
|
|
|
|
### N
|
|
|
|
* [Nat]
|
|
* Never
|
|
* None
|
|
* None
|
|
* [Not]
|
|
* [not]
|
|
|
|
### O
|
|
|
|
* [Option]
|
|
* [Or]
|
|
* [or]
|
|
* [Ord]
|
|
|
|
### P
|
|
|
|
* panic
|
|
* [print!](./../API/procs.md#print)
|
|
* [Python]
|
|
|
|
### Q
|
|
|
|
### R
|
|
|
|
* ref
|
|
* ref!
|
|
* [Result]
|
|
* [rootobj]
|
|
|
|
### S
|
|
|
|
* self
|
|
* [Self](./type/special.md)
|
|
* [side-effect](./07_side_effect.md)
|
|
* [Str]
|
|
|
|
### T
|
|
|
|
* Trait
|
|
* [True]
|
|
* [Type]
|
|
* [type]
|
|
|
|
### U
|
|
|
|
### V
|
|
|
|
### W
|
|
|
|
* [while!]
|
|
|
|
### X
|
|
|
|
### Y
|
|
|
|
### Z
|