|
|
|
|
|
by terhechte
5228 days ago
|
|
This is fantastic. Previously I was employing a macro library that offered $dict(k, v, k, v) and $arr(1, 2, 3) and $bool. But the @[] feels much better, and it increases code portability if a class is not dependent upon a separate macro library.
It will really remove the verbosity of objc which is oftentimes one of the major criticisms. |
|