# Suppose I have something like this: const Foo = struct { bar: struct { x: i32, y: i32, }; }; and I would like to pass the inner type of Foo.bar (without an instance) to a function that takes in a (comptime) type.