Coding
What is the fastest way to store static and readonly values of different types ?
I have something like this :I know I can do it with objects but I would like the fastest way as I don’t need to store the objects, just to fast access the values. I Read more…