If I have a function:
        @safe pure void functionName() {
                return;
        }
Where do I put the noexcept?

Reply via email to