Skip to content

Adding "What does _ mean?" to the FAQ #1854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _overviews/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ see this [Stack Overflow answer](https://stackoverflow.com/a/1059501).

[Answer on Stack Overflow](https://stackoverflow.com/a/5159356).

### What does `_` mean?

Many things really, depending on the context.
[This answer on Stack Overflow](https://stackoverflow.com/a/8001065/4111404)
has a good summary of all the meanings it has.

Note that, even if the specific meaning is different,
according to the situation, it usually means _"anything"_.

### Can I chain or nest implicit conversions?

Not really, but you can [make it work](https://stackoverflow.com/a/5332804).
Expand Down