nonempty()FunctionSimilar to @{function:coalesce}, but less strict: returns the first
non-`empty()` argument, instead of the first argument that is strictly
non-`null`. If no argument is nonempty, it returns the last argument. This
is useful idiomatically for setting defaults:nonempty()FunctionSimilar to @{function:coalesce}, but less strict: returns the first
non-`empty()` argument, instead of the first argument that is strictly
non-`null`. If no argument is nonempty, it returns the last argument. This
is useful idiomatically for setting defaults: