Avatar
let aaa: (Int..., Double) -> () = { _, _ in } このクロージャ、呼び出す方法ってありますか?
👀 1