Iterable<int> get permutation => js_util.getProperty(this, 'permutation');
set permutation(Iterable<int> newValue) { js_util.setProperty(this, 'permutation', newValue); }