Tagged Questions
51
votes
2answers
1k views
Why is TypedReference behind the scenes? It's so fast and safe… almost magical!
Warning: This question is a bit heretical... religious programmers always abiding by good practices, please don't read it. :)
Does anyone know why the use of TypedReference is so discouraged ...
6
votes
1answer
427 views
Practical uses of TypedReference
Are there any practical uses of the TypedReference struct that you would actually use in real code?
EDIT: The .Net framework uses them in overloads of Console.WriteLine and String.Concat which build ...