Add sum function for numeric types array #7743
Replies: 1 comment
-
What is your usecase? The way to do this is to do that in native code in a global callback. I don't think this belongs in the slint language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`property arr: [10px, 10px, ];
property arr-sum: Math.array-sum(arr);
`
Beta Was this translation helpful? Give feedback.
All reactions