Request support for array and map literal types #457
BubbleGarten
started this conversation in
General
Replies: 1 comment
-
I've done something related, searching if a value is inside an array. To do that I defined a field in the fact to be a slice, and then I used a custom function (func isInArray(value int, array []int) bool) to be able to check It. I'm not sure if that is what you want to do, but if it is in that direction I'd be happy to help |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Array and map literal are not supported
I want to define a custom function in my code and one of the params is expected to be an array
Beta Was this translation helpful? Give feedback.
All reactions