E.V.E
v2022.03.00

◆ raw

eve::raw = {}
inlineconstexpr

Higher-order Callable Object imbuing quick and dirty behaviour onto other Callable Objects.

Synopsis

Parameters
fAn instance of eve::callable
Returns
A Callable Object performing the same kind of operation but using quick and dirty version whenever available.
Warning
using this decorator can imply loss of accuracy.