Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardSwiftexistential containersSingle-choice MCQ

What is printed, and what does the result reveal about how `any P` existentials are laid out?

protocol P {} print(MemoryLayout<any P>.size)