Option / Result methods

Generated Markdown for references/fact_wscript_option_result_methods.md.

Open book page Back to the skill graph

# Option / Result methods

`Option`: `is_some is_none unwrap unwrap_or expect`

`Result`: `is_ok is_err unwrap unwrap_or unwrap_err expect`

plus the `?` operator, which early-returns the `None`/`Err` and composes across the host boundary.

## Related

- [wscript: Option, Result and ?]../references/concept_wscript_option_result.md

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