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
In my ScriptingBridge project, some properties are SBElementArrays where the element type is known. I don't think there's a way right now to map that, correct? At least variations of @objcwrapper MyArray{T<:Integer} <: NSArray don't work. Would be nice to have something like that, because currently I have to manually reinterpret the id{NSObject}s to what I know they really are.
The text was updated successfully, but these errors were encountered:
In my ScriptingBridge project, some properties are
SBElementArray
s where the element type is known. I don't think there's a way right now to map that, correct? At least variations of@objcwrapper MyArray{T<:Integer} <: NSArray
don't work. Would be nice to have something like that, because currently I have to manually reinterpret theid{NSObject}
s to what I know they really are.The text was updated successfully, but these errors were encountered: