ashmind / language-syntax-explanations

📚 Language syntax explanations used by SharpLab

Home Page:https://sharplab.io/#v2:C4LgpgHgDgNghgSwHYBoAmIDUAfAAgBgAJcBGAbgFgAoXAZmICZCBhQgb0M8Oq+PtwAshALIAKZIWTBCcFIXFJgc0vgCUhAEbq2PXl0GEAMqO269hAL5m913lMIRCAXkJowAMzgBXGMEpVzTgR3eQ1JAGdCADc4ACdo1VsuAEhSAE5RKNUyQNzuAK4rAs5rOklFQgAFZwA+Qlp/CyA==

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

^ operator

svick opened this issue · comments

While the ^ operator is likely going to be familiar to anyone coming to C# from a C-family language, people new to programming or coming from other languages might be unfamiliar with it. Since ~ and % already have explanations, I think ^ should too.

Thanks for reporting! This definitely makes sense -- I'll include into the next milestone.