← Back to Kairo Docs|API Reference (Dokka)

Package-level declarations

Types

Link copied to clipboard
data class KairoType<T>(val kotlinType: KType)

Unifies Class, KClass, Type, and KType into a safer and richer wrapper. Preserves full generic fidelity at runtime.

Functions

Link copied to clipboard
inline fun <T> kairoType(): KairoType<T>

Captures a KairoType using Kotlin's reified generics.