summary refs log tree commit diff stats
path: root/compiler/astalgo.nim
diff options
context:
space:
mode:
authorlit <litlighilit@foxmail.com>2024-05-10 16:30:06 +0800
committerGitHub <noreply@github.com>2024-05-10 10:30:06 +0200
commit2e3777d6f39fd3593a69a498a5524db2006fdc91 (patch)
tree91e3e6869ceae59afa734321d32faf76aae360d5 /compiler/astalgo.nim
parent2995a0318be391097f17cb764556294dca5695e8 (diff)
downloadNim-2e3777d6f39fd3593a69a498a5524db2006fdc91.tar.gz
Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23570)
[`rsplit
iterator`](https://nim-lang.org/docs/strutils.html#rsplit.i,string,char,int)
yields substring in reversed order,

while [`proc
rsplit`](https://nim-lang.org/docs/strutils.html#rsplit%2Cstring%2Cchar%2Cint)'s
order is not reversed, but its doc only declare ```
The same as the rsplit iterator, but is a func that returns a sequence
of substrings.
```
Diffstat (limited to 'compiler/astalgo.nim')
0 files changed, 0 insertions, 0 deletions