yieldValue

Yield a value to the caller of the currently executing generator task. The type of the yielded value and the type of the generator must be the same.

void
yieldValue
(
T
)
(
auto ref T value
)

Meta