Enum member isTry

Evaluates to true if T is a Try type

enum isTry(T) = isInstanceOf!(TryImpl, T);

Since

0.0.8