`const Self = @This();` in nested structs

if you nest a struct definition in a fn body or a test, you can’t use the struct identifier directly, so you have to use @This() (or a const alias to @This())