index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
old
/
vlib
/
v
/
checker
/
tests
/
defer_optional.vv
blob: f15343053580bd87ae94b1058ae513ee5225fb27 (
plain
)
1
2
3
4
5
6
7
8
fn opt() ? {} fn thing() ?string { defer { opt() } return 'ok' }