Type Alias Cont<T>

Cont<out T>: (<R>(cont: ((value: Selfie<T>) => R)) => R)

Type Parameters

  • out T extends object