var removal: (() -> Void)? = nil ; that’s a closure that accepts no parameters and sends nothing back, defaulting to nil so we don’t need to provide it unless it’s explicitly needed.
Listening to music should be [like] telepathy
var removal: (() -> Void)? = nil ; that’s a closure that accepts no parameters and sends nothing back, defaulting to nil so we don’t need to provide it unless it’s explicitly needed.