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
Reason DSPComplex is the normal struct. Therefore, when I want to forward the this pointer (ptr: UnsafePointer<DSPComplex>), I must not use + operator.
letnewptr= ptr +2 // invalid!!
The text was updated successfully, but these errors were encountered:
Reason
DSPComplex
is the normal struct. Therefore, when I want to forward the this pointer (ptr: UnsafePointer<DSPComplex>
), I must not use+
operator.The text was updated successfully, but these errors were encountered: