Skip to main content

is_comptime_builtin_function

Function is_comptime_builtin_function 

Source
pub fn is_comptime_builtin_function(name: &str) -> bool
Expand description

Returns true if the function is a comptime-only builtin.

This is the single source of truth used by compiler and LSP.