index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
nre
/
optional_nonstrict.nim
blob: d13f4fab7ad91e68c6a9f2aabd302b9de97115f1 (
plain
) (
blame
)
1
2
3
import
options
converter
option2val
*[
T
]
(
val
:
Option
[
T
]
):
T
=
return
val
.
get
()