|
|
|
|
|
by neonsunset
474 days ago
|
|
Struct generics in C# are monomorphized - exact same as in Rust. Combine that with pattern matching and you can go quite far. In place of macros you can use source generators, although they are both weaker and stronger than proc macro depending on what you use them for. |
|