7 Jul
2013
7 Jul
'13
2:04 p.m.
Is there any interest of "C# property" like library?
struct vec2 {
float get_x() const{...}
float set_x() const{...}
...
property_rw