enum TLParser::Category

Overview

The category to which a definition belongs.

Defined in:

tl_parser/tl/category.cr

Enum Members

Types = 0

The default category, a definition represents a type.

Functions = 1

A definition represents a callable function.

Instance Method Summary

Instance Method Detail

def functions? #

[View source]
def types? #

[View source]