aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt
diff options
context:
space:
mode:
authorr00ster91 <r00ster91@proton.me>2023-03-03 16:16:08 +0100
committerVeikka Tuominen <git@vexu.eu>2023-03-21 15:05:57 +0200
commit8642770eff4f1770aa5de88907946c60fe5ff0d8 (patch)
treea376ed3466dd10ccb8789180d3793e1dc51a465b /lib/std/fmt
parentf9b5829508e4f9a7e2eee2f05f58a38c00318d91 (diff)
downloadzig-8642770eff4f1770aa5de88907946c60fe5ff0d8.tar.gz
zig-8642770eff4f1770aa5de88907946c60fe5ff0d8.zip
langref: add missing return types to builtin functions
This should add all remaining missing return types to all builtin functions. For @clz, @ctz, and @popCount it uses anytype for the lack of a better alternative. We already use this return type for other builtin functions in the langref to indicate that the type is not always the same. It is not possible to use anytype as the return type for regular functions but builtin functions are special.
Diffstat (limited to 'lib/std/fmt')
0 files changed, 0 insertions, 0 deletions