mirror of
https://github.com/typst/typst
synced 2025-07-15 00:22:53 +08:00
This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator.
This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator.