Function: thrush()

thrush<I, K>(arg, proc): K

Takes a value and applies a function to it.

Type parameters

Type parameter
I
K

Parameters

ParameterType
argI
proc(arg) => K

Returns

K