v21’s avatarv21’s Twitter Archive—№ 78,616

  1. …in reply to @boring_cactus
    @boring_cactus this is also because Typescript does structural typing - in Rust, enum Foo1 {A, B, C} and enum Foo2 {A, B, C} are not the same thing, even though they contain the same stuff.