powered by
This function takes a boolean function and abstracts it. If the given function fails, the program will not crash.
safe.apply(fun, inp)
Input function to abstract.
Input to that function.