Range value with start, end, and inclusion flags.
Examples:
1..10 // Closed range: 1 <= x <= 10
(1..10) // Open range: 1 < x < 10
[1..10) // Half-open: 1 <= x < 10
Convert to Kotlin type T.
Check if this value is null.
Convert FEEL value to Kotlin type.