isCancelable

Returns true if the type or variable is a Cancelable!(...)

  1. enum bool isCancelable(T);
  2. enum bool isCancelable(alias v);
    enum bool isCancelable(alias v);

Meta