Feature Request
New Feature
Might be nice to expose RandomAccessCollection protocol compliance on the Vector<SOType : SerializableObject> implementation
Description
being able to subscript a swiftUI compliant ForEach(item.makers) { marker in SomeMarkerView(marker) } for example would be dope
Context
Working on marker support in the Swift / AVF App / bindings - and realizing this might be nice
May put a PR together.