fun compute(fn: Function<in K, out V>): K
Find a slot and compute a value for it.
fn - A function to compute the value for a slot.
fn
Return The slot for which the value was computed.