Convert<D, T> typedef

Convert<D, T> = D Function(T data)

Implementation

typedef Convert<D, T> = D Function(T data);