#pure_function

Pure function

Program function without side effects and which returns identical values for identical arguments

In computer programming, a pure function is a function that has the following properties:the function return values are identical for identical arguments, and the function has no side effects.

Sat 31st

Provided by Wikipedia

Learn More
0 searches
This keyword has never been searched before
This keyword has never been searched for with any other keyword.