out(result) {}
run fine, if foo() return 0, an exception is throw by assert() but in doesn't work. I don't know what I'm missing. It' my first time using contracts
Dr. Assembly via Digitalmars-d-learn Wed, 15 Nov 2017 06:51:06 -0800
out(result) {}
run fine, if foo() return 0, an exception is throw by assert() but in doesn't work. I don't know what I'm missing. It' my first time using contracts