Convert some useful functions like dump
to comptime fns
#22864
Labels
Feature Request
This issue is made to request a feature.
dump
to comptime fns
#22864
Describe the feature
The compiler currently has some keywords that are used as pseudo-functions to get values, my proposal is to remove those keywords and convert them to comptime fns.
The following keywords are used as pseudo-functions:
In addition to those keywords, I also include
dump
. To be consistent with the other comptime fns, such as$res()
,$compile_error()
, etc., I suggest changing the keywords to comptime fns.Use Case
Be consistent with the rest of comptime fns
Proposed Solution
No response
Other Information
No response
Acknowledgements
Version used
latest
Environment details (OS name and version, etc.)
anywhere
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: