Alex

Results 1 comments of Alex

Having a `DeepReadonly` type would probably also allow for const methods (similar to how C++ does this). ```typescript class A { public x: number; unsafe() { // `this` is of...