added hawk_rtx_getarrvaltally().
All checks were successful
continuous-integration/drone/push Build is passing

Val methods being worked on
This commit is contained in:
2025-11-02 13:27:58 +09:00
parent 2fb423df1a
commit 7640fbe805
5 changed files with 248 additions and 35 deletions

View File

@ -9,7 +9,6 @@ import "weak"
type Instance struct {
c *C.hawk_t // c object
//g *Hawk // go object
g weak.Pointer[Hawk] // go object
}