jrsonnet
refs/commits
f3c8ed70f69f
tests/golden_destruct/omit.jsonnet
1// ...rest works like removeField, but freezes the object core so it still can access the fields2local {a, b, ...c} = {a: 1, b: 2, c: self.a, d: self.b}; c