pure function中文,pure function的意思,pure function翻译及用法
2025-09-08 18:38浏览次数 10
pure function
英[pjuə ˈfʌŋkʃən]美[pjʊr ˈfʌŋkʃən]
In computer programming, a function may be described as a pure function if both these statements about the function hold:
pure function 片语
片语
sub pure function亚纯函数
pure semi-analytic function纯半解析函数
pure position function[数]
Pure Virtual Function纯虚拟函式
pure jump function纯跳跃函数
pure virtual function call纯虚函数调用
stress function of pure torsion纯扭转应力函数
pure function language纯函数式语言
pure vitual function纯虚函数
pure function 例句
英汉例句
this topic discusses what a pure function is and what it is not.
本主题讨论什么是纯函数,什么不是纯函数。
if the task you are working on can be expressed as a pure function that simply processes input parameters into a return structure, it is easy to switch it out for different implementations.
如果你现在正工作在一个有参数传入和一个返回值结构的简单流程的函数,那可以很容易的切换成不同的实现。
in this way, you can create pure function versions of existing code.