Replies: 3 comments 1 reply
-
I got my solution here in slack. which pointed to checking against bottom. So a possible solution is
While this solution does work would it make sense to have an inbuilt function to return them? |
Beta Was this translation helpful? Give feedback.
-
I think it may make sense to have a builtin for that. A more general builtin to make this nicer could be something like |
Beta Was this translation helpful? Give feedback.
-
This discussion has been migrated to cue-lang/cue#518. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Beta Was this translation helpful? Give feedback.
-
I need to determine if a value will of type
struct
orlist
to make the decision on adding new fields in it.For example
Beta Was this translation helpful? Give feedback.
All reactions