Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.
23 KiB
23 KiB
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.