bind/stdtypes.go installs the basic builtin types, and Slice_ versions of these. It does not currently install an []error slice, but it should -- otherwise functions returning this end up binding to the wrong version of it somehow. I tried adding it but there was a crash during generation. Need to figure this out:
bind/stdtypes.go
installs the basic builtin types, and Slice_ versions of these. It does not currently install an []error slice, but it should -- otherwise functions returning this end up binding to the wrong version of it somehow. I tried adding it but there was a crash during generation. Need to figure this out: