They're useful for testing:

unittest {
        int foo();
        static assert (is(ReturnType!foo == int));
}

and else? is it worth?

Reply via email to