diff options
| author | tslil <tslil@posteo.de> | 2026-08-24 20:39:57 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-24 21:39:25 +0100 |
| commit | f3acb5cc0faf739f09112607bb98b6594184bd8b (patch) | |
| tree | 9f60aeda21a775f9d34ed8a70fffd9be638f27ce /rprt.md | |
| parent | 72a5e0fc968e2bea9f7d348c7189ebc15a5b15d3 (diff) | |
Basically Rust will fight you all the way if you treat it like Haskell, instead work with traits and impls on ZSTs.
Diffstat (limited to 'rprt.md')
| -rw-r--r-- | rprt.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ The reverse operator `'` takes a selection function and reverses its direction. | Function | Nullary | Rank | |----------|--------------------------------|------| -| `'e` | synonymous with `e` | 2 | +| `'e` | Empty selection | 2 | | `'$` | Start of buffer (position 0) | 0 | | `'#n` | Character n from end of buffer | 0 | | `'n` | Line n from end of buffer | 1 | |
