Make it possible to check types of lily_value from c
Hello there, I am currently trying to embed lily in a rust application, therefor I am currently implementing a wrapper for the lily lib api in rust and I noticed that it is not possible to check the type of a value unless its a function argument. This problem unfortunately renders the language unusable for me for embedding. Has this been just overlooked so far or is this intentional?