| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
\r\n and \t
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
minor changes to piping style in docs
|
| |
|
| |
|
| |
|
|
|
|
| |
string (`""`)
|
| |
|
|
|
|
| |
Boolean operator functions do not short circuit
|
| |
|
| |
|
| |
|
|
|
|
| |
Allows using operators as functions. Useful in higher order functions or pipes.
|
| |
|
| |
|
|
|
|
| |
This was introduced to benefit tail call optimization #338, but I don't think the intention was to allow users to use this function (all other `do_*` functions are private).
|
| |
|
| |
|
| |
|
| |
|