This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Replies: 2 comments
-
Would a "cast" operator as described in Issue #454 work for you? Basically, instead of specifying what to remove, you would specify what to keep. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been migrated to cue-lang/cue#519. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
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
-
Cue is perfect solution when we are thinking about the unification of items/structs. There are cases in our configuration when the end-user needs to delete items/keys from the existing list/struct like
While one way to delete from
useful_infra
isCan we think of any other expression to do the disjunction as well?
Beta Was this translation helpful? Give feedback.
All reactions