PUP-5623
the ability to declare the return type of functions (and lambdas) was added. Earlier the return type could otherwise only be in documentation using the yard @return tag.
It would be great if the documentation picks up the return type if it is stated to avoid having to maintain it in more than one place.