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
/
template
/
mlt.nim
blob: e567cf0855f8de049e39c0a91c960f895aa920d6 (
plain
) (
blame
)
1
2
3
type
Point
*
=
ref
object
of
RootObj
proc
`>`
*
(
p1
,
p2
:
Point
):
bool
=
false