You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
As a more structured alternative to #11015, we should extend NSExpression with convenience methods and initializers that represent common operations for which #10726 uses the custom function syntax:
This is the most conventional approach, but it’s also very verbose – even moreso in Objective-C – and difficult to use in conjunction with format strings.
#5970 (comment) described essentially the same approach for the MGLStyleValue API that #10726 tore out.
As a more structured alternative to #11015, we should extend NSExpression with convenience methods and initializers that represent common operations for which #10726 uses the custom function syntax:
This is the most conventional approach, but it’s also very verbose – even moreso in Objective-C – and difficult to use in conjunction with format strings.
#5970 (comment) described essentially the same approach for the MGLStyleValue API that #10726 tore out.
/cc @akitchen @fabian-guerra @jmkiley
The text was updated successfully, but these errors were encountered: