run
run<
W,A>(data): readonly [A, readonlyW[]]
Defined in: Core/Logged.ts:144
Extracts the value and log as a readonly [A, ReadonlyArray<W>] tuple.
Use this at the boundary where you need to consume both.
Type Parameters
Section titled “Type Parameters”W
A
Parameters
Section titled “Parameters”Logged<W, A>
Returns
Section titled “Returns”readonly [A, readonly W[]]