fix generic.md typo

pull/1518/head
ReidYao 1 week ago committed by GitHub
parent 8c94bc61ae
commit 26d5089d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -485,7 +485,7 @@ impl IsTrue for Assert<true> {
通常情况下,函数是在运行时被调用和执行的。然而,在某些场景下,我们希望在编译期就计算出一些值,以提高运行时的性能或满足某些编译期的约束条件。例如,定义数组的长度、计算常量值等。
有了 `const fn`,我们可以在编译期执行这些函数,从而将计算结果直接嵌入到生成的代码中。这不仅高了运行时的性能,还使代码更加简洁和安全。
有了 `const fn`,我们可以在编译期执行这些函数,从而将计算结果直接嵌入到生成的代码中。这不仅高了运行时的性能,还使代码更加简洁和安全。
##### const fn 的基本用法

Loading…
Cancel
Save