Home Reference Source Repository

Typedef

Static Public Summary
public

D<T> - dispatcher's type function.

public

MF<T,U>: function(v: T): Pr<U>

MF<T, U> - transformation function's type.

public

Pr<U>: M<U> | U

Pr<U> - type of returned values.

Static Public

public D<T>: function(v: T): Boolean source

D<T> - dispatcher's type function.

public MF<T,U>: function(v: T): Pr<U> source

MF<T, U> - transformation function's type.

public Pr<U>: M<U> | U source

Pr<U> - type of returned values.