Contents

subscript(sectionTitle:)

Returns the section with the given title, or nil if no such section exists.

Declaration

subscript(sectionTitle title: SectionTitle) -> ResultsSection<Element, SectionTitle>? { get }

Overview