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
Refactor AttributeGraphVendor from enum to RawRepresentable struct
Change AttributeGraphVendor from a String-backed enum to a struct
conforming to RawRepresentable and CaseIterable, aligning with the
pattern used by RenderBoxVendor. Add DocC comments.
0 commit comments