Fun fact -- Anchor macros are not a black box. Run `cargo expand` and it'll show you exactly how Anchor transforms your code. Hint: It's just all the horrible repeated boilerplate you were going to be forced to write in native.
9,15K