Function Theme.hasConstant

Returns true if constant with name is in type. Returns false if the theme does not have type.

bool hasConstant (
  const(String) name,
  const(String) type
) nothrow @nogc const;