Type alias SyncValue<T>

SyncValue<T>: T | Iterator<T> | Iterable<T>

Any synchronous value type.

Type Parameters

  • T