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
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
nimpretty
/
tests
/
expected
/
simple4.nim
blob: 62d106a9b2db0b06d732978344813447c29a49a7 (
plain
) (
tree
)
34c09a98c
^
1
2
proc
readBuffer
*
(
f
:
AsyncFile
,
buf
:
pointer
,
size
:
int
):
Future
[
int
]
=
discard