Basically `() => this.clone(this.identity)`. Benefits of having this: * clearing up confusion over how to correctly clone identity * can be optimized in certain cases
Basically
() => this.clone(this.identity). Benefits of having this: