Extensions on
OffsetProvider
Methods
_output(from:)
@_spi(Private)
func _output(from input: Input) -> Output
Generate an output.
Parameters
Name | Type | Description |
---|---|---|
input | Input |
Some |
Returns
Some Output
.
start()
func start() -> Page where Offset == Void
Compose the page, with no offset.
Returns
Some Page
.
start()
func start<T>() -> Page where T? == Offset
Compose the page, with no offset.
Returns
Some Page
.