mirror of
https://github.com/typst/typst
synced 2025-06-30 01:02:52 +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.