On Sunday, 8 January 2023 at 18:42:58 UTC, Salih Dincer wrote:
I accidentally had a function like this:

```d
    enum oneHalf(T)(T i) {
        return i >> 1;
    }
```

Also it seemed odd to me that this could compile!

SDB@79

Reply via email to