evinism / evinism/mistql

`match` and `=~` arg order

Open
#197 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.