Popular repositories
1,389 contributions in the last year
Less
More
Contribution activity
June 2021
Created 18 commits in 3 repositories
Created a pull request in goplus/gop that received 1 comment
reflectx_typed: fix #723 named basic type typecast
this PR based reflectx_typed #708 and fix #723 named basic type typecast
Go+ code
type Int int
v1 := Int(100)
v2 := Int(10)
println(v1)
println(-v1…
+3,062
−330
•
1
comment