Or have it take a `() -> R` as its last param s...
# announcements
t
Or have it take a
() -> R
as its last param so you can do
thing?.copyThing(name) { throw Exception() }