© 2026 Hedgehog Software, LLC
myRune switch { _ when myRune == (Rune)'A' => 3, _ when myRune == (Rune)'B' => 4, // ... }
(Rune)
char