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 would be identical to @gapattribute except it would add a type assertion to the return value of the getter function, so that Julia code calling the wrapper could be type stable.
This would be identical to
@gapattribute
except it would add a type assertion to the return value of the getter function, so that Julia code calling the wrapper could be type stable.In other words, this:
would be equivalent to this:
The text was updated successfully, but these errors were encountered: