frengels / matter

C++20 highly parallel ECS implementation
20 stars 0 forks source link

Access specifiers #89

Closed frengels closed 5 years ago

frengels commented 5 years ago

access specifiers gives users a better indication of their intent for the requested view. This allows us to guarantee compile time safety for concurrency.