Add very basic "comptime" fn implementation by oli-obk · Pull Request #148820 · rust-lang/rust (opens in new tab) ⚡Zig Content type: Code
View all comments Implements functions that cannot be called at runtime (and thus also not from normal const functions, as those could be called from runtime). This is done via the internal attrib...
Read the original article