You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be an issue in ref-struct, NSDecimal fails to parse into a struct (well it does, but size=0). It's signature looks like this (from method_getReturnTypes) {?=b8b4b1b1b18[8S]}
@TooTallNate They're bit fields, it treats the signed/unsigned ints only with as many bits as specified after the colon. The structure is meant to fit in a register so it can be passed by value, but is an awkward version of a Float/Decimal that can be used for money that doesn't have specific types of overruns. Effectively we can just treat it as a structure...
This may be an issue in ref-struct, NSDecimal fails to parse into a struct (well it does, but size=0). It's signature looks like this (from method_getReturnTypes) {?=b8b4b1b1b18[8S]}
The definition in apples docs say:
This is listed as a primitive in the apple docs.. :/
The text was updated successfully, but these errors were encountered: