Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRuststructs and tuple structsSingle-choice MCQ

How do you access the second field of this tuple struct instance?

struct Point(i32, i32); let p = Point(3, 7);