AnySection
public struct AnySection : Hashable
Type-erased Section.
-
The wrapped object section.
Declaration
Swift
public private(set) var base: any FUIObjectSection { get } -
Creates a type-erased object section.
Declaration
Swift
public init(_ base: some FUIObjectSection)Parameters
baseThe object section to be wrapped.