SimpleResult!int a = 69.result; SimpleResult!int b = raise("yolo swag").result!int; assert(a.assumeValid == 69); // bool threw; // try b.assumeValid(); // catch(Error e) threw = true; // assert(threw);
See Implementation