Structure
Section
public struct Section: Wrapped
A struct
defining a valid tag/location section.
Relationships
Nested Types
Section.Offset
A
struct
defining a valid posts offset.Section.Collection
A
struct
defining a collection ofSection
s.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |