Structure
Comment
public struct Comment: Wrapped
A struct
representing a Comment
.
Relationships
Nested Types
Comment.Collection
A
struct
representing aComment
collection.Comment.Unit
A
struct
representing aComment
unit.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |