xushiwei
xushiwei
This optimization is not related to windows.
https://github.com/qiniu/iconv/blob/master/iconv.go#L83
Consider together with https://github.com/goplus/gop/issues/467
> Introducing static methods at this point seems reasonable, especially since Go+ already has the concept of classfile. > > However, the "right cast" appears somewhat peculiar. It seems to...
parser/printer: Static methods (#1848)
This is what I want most in future Go version iterations.
auto-generated code includes: ```go func (this *Foo) Classfname() string { return "Foo" } func (this *Foo) Classclone() any { _gop_ret := *this return &_gop_ret } ```
See https://github.com/goplus/gogen/blob/main/packages/cache/cache.go
The background of `onTouched` event is that the two sprites A and B need to have the same understanding of the world: for example, A is a bullet and B...