[Pitch] Compile-Time Constant Values

Is there any reason we couldn't drop the let entirely?

enum Thing {
  static const thing: String = "hello"
}
22 Likes