Module kind

Source
Expand description

CEL type system kinds and type classification.

This module provides the Kind enum and related utilities for classifying CEL types into broad categories for type checking and overload resolution.

Enums§

Kind
Represents the fundamental type categories in CEL.
TypeKind
Represents the type kinds in CEL’s type system.
ValueKind
Represents the value kinds in CEL’s value system.