index
:
cff
master
toy systems language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
option.hff
blob: ef32725d1a02fc6d6552c4eeda1069716075f29b (
plain
) (
blame
)
1
2
3
4
enum union Option<T> { None, Some T, }