git.delta.rocks / jrsonnet / refs/commits / 7bd5bbd0756a

difftreelog

source

tests/golden_destruct/omit.jsonnet156 Bsourcehistory
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