Made with KolourPaint and screenshots from Kate (with the GitHub theme).

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 year ago*

You can also do that in TypeScript

readonly a!: Foo;
readonly b = bar.toFoo();

constructor(){
    a = bar.toFoo();
}
  • source
  • parent