Function

with_extended_lifetime(_:do:)

Returns the result of action applied on a projection of x.

Source
fun with_extended_lifetime<T, E, R>(
   _ x: T,
   do action: [E] (T) let -> R
) -> R