mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
unroll recursively gets the inner type of any sequence type encountered, so it's inappropriate for codegen that only wants the immediate inner type. However, if a type identifies as a sequence and is nullable, we need to reach through the nullable wrapper first. Gecko does very similar things.
251 KiB
251 KiB