CollectionOf public class CollectionOf<T> : Collection Custom collection implementation. Element Declaration Swift public typealias Element = T Index Declaration Swift public typealias Index = UInt64 startIndex Declaration Swift private(set) public var startIndex: Index { get } endIndex Declaration Swift private(set) public var endIndex: Index { get } index(after:) Declaration Swift public func index(after i: Index) -> Index subscript(_:) Declaration Swift public subscript(position: Index) -> Element { get } © 2026 . All rights reserved. (Last updated: 2026-03-25) Generated by jazzy ♪♫ v0.15.2, a Realm project.