ignoringProducer

inline fun <T> ignoringProducer(crossinline producer: () -> T): (Any?) -> T(source)