ralix 0.2.0

A simple, type-safe, tree walking interpreter
1
2
3
const fn first[T](arr[T] x) -> T?: x[0];

first(["owo", "meow"]); // `T` is acting as `str`