wscript list methods

Generated Markdown for references/fact_wscript_list_methods.md.

Open book page Back to the skill graph

# wscript list methods

`len is_empty push pop get set insert remove clear contains index_of reverse sort join map filter fold first last slice concat clone`

`xs[i]` faults out of bounds; `xs.get(i) -> Option[T]` never does.

## Related

- [wscript: containers and strings]../references/concept_wscript_containers.md

[← Back to SKILL.md]../SKILL.md