On Tuesday, March 12th, 2024 at 16:02, Pekka Paalanen <pekka.paalanen@xxxxxxxxxxxxx> wrote: > This list here is the list of all values the enum could take, right? > Should it not be just the one value it's going to have? It'll never > change, and it can never be changed. Listing all possible values is how other properties behave. Example: "type" (immutable): enum {Overlay, Primary, Cursor} = Primary