`match` and `=~` arg order
Open
- Dominant language
- Rust
- Stars
- 393
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Not a big deal, but the part in the docs that says that =~ is an alias for match confused me, since they actually swap arguments: `match pattern target` vs `target =~ pattern`. You can try this out: `[("send" =~ "s"), (match "s" "send")]` to confirm.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.