mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +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.