enum

Mrcv::Core::ProjectTarget::Kind

Inherits Enum < Comparable < Value < Object

Constants

Application = 0
Library = 1

Instance methods

application?

Returns true if this enum value equals Application

Source
library?

Returns true if this enum value equals Library

Source
to_s(io : IO) : Nil

Appends a String representation of this enum member to the given io.

See also: to_s.

Source