void main() { dchar d; d = false; d = true; char c; c = false; c = true; }
What is the value for D to allow assign bool to char/dchar? For me, it must be an error.
apz28 via Digitalmars-d-learn Sat, 07 Aug 2021 14:51:16 -0700
- What is the value for D to allow assign b... apz28 via Digitalmars-d-learn
- Re: What is the value for D to allow... jfondren via Digitalmars-d-learn