DoxigAlpha

getKind

Function parameters

Parameters

#

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
pub fn getKind(self: Attribute) Kind {
    return switch (self) {
        else => self,
        .string => |string_attr| Kind.fromString(string_attr.kind),
    };
}