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
/
destructor
/
helper.nim
blob: 466065747fd19607e8cc17601a9ee89c1065afad (
plain
) (
blame
)
1
2
3
type
MyTestObject
*[
T
]
=
object
p
:
ptr
T