static A enableScaffolding(A o, bool b default true) { if (o cast IMeta) o.metaPut("scaffolding", trueOrNull(b)); ret o; }