ed2e640
1 2 3 4 5 6 7 8
{% match item %} {% when Some with (true) %} Found Some(true) {% when Some with (false) %} Found Some(false) {% when None %} Not Found {% endmatch %}