summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/array-slice.md
AgeCommit message (Collapse)Author
2025-12-08Generate release notes for 1.10.Jussi Pakkanen
2025-11-28interpreter: Add a slice() method to arraysJouke Witteveen
This can come in handy for instance when a custom target creates both headers and sources. Slicing the output of a `to_list()` call provides convenient access to just the headers or just the sources.