Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardSwiftprotocol witness tablesSingle-choice MCQ

What is the in-memory size of `any P` (the existential container) on a 64-bit platform, and what does it hold?

protocol P { func f() -> Int } // MemoryLayout<any P>.size == 40