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
/
nimdoc
/
testproject
/
subdir
/
subdir_b
/
utils_helpers.nim
blob: 2c45ffb8347bd230fdc8613e2b42ffdfd5a686b7 (
plain
) (
blame
)
1
proc
funWithGenerics
*[
T
,
U
:
SomeFloat
]
(
a
:
T
,
b
:
U
)
=
discard