Implementing C# consteval compile time evaluation — A Deep Dive into Roslyn's Compiler Pipeline
Apr 16 · 26 min read · Introduction C++ got consteval in C++20 — a hard guarantee that a function is evaluated at compile time, not may-be like constexpr. so I decided spending my evenings adding it to C# 🙃. but with all s
Join discussion































