# NAME

# OVERLOAD#1

short description

IEnumerable<T> apply<T>(IEnumerable<T> source, Func<T, T> fn)

# OVERLOAD#2

short description

Func<T, T> apply<T>(Func<T, T> func, int times)