|
|
|
|
|
by indemnity
3224 days ago
|
|
Nice! Have you done any performance comparisons to C++ kiwi? Question: Any reason you manually added backing fields for properties instead of using private(set) var name: Type, for example? Since the latter has the effect of making it a let property outside of the class (cannot mutate an array exposed like this from the outside, for example). |
|