Structure
Last
public struct Last<Parent: LoopEndpoint>
A struct defining a custom endpoint
implementation returning a wrapper for the
last output of a loop endpoint.
Nested Type Aliases
Initializers
init(_:)
public init(@EndpointBuilder _ parent: () -> Parent)
Init.
Parameters
| Name | Type | Description |
|---|---|---|
| parent | () -> Parent |
A valid |