Wajinn
Wajinn
If I'm understanding your comment correctly, people are working on VUI. Arguably, what is lacking is an update to the [roadmap](https://github.com/vlang/ui/issues/31). Either on VUI or adding it to Vlang.
Seems like you are in the wrong repo. Looks like you should check out V's [VAB](https://github.com/vlang/vab) (V Android Bootstrapper). Follow the instructions, then clarify what the specific issues are, if...
Somewhat related problem, that people might want to take a [look at](https://rosettacode.org/wiki/Write_float_arrays_to_a_text_file#V_(Vlang)) too.
Well, if you want to see 'Kitty'. ``` fn main() { cat := Cat{ name: 'Kitty' } mut cats := []Cat{} cats
I'm confused. Shouldn't the logic be as below? aa contains Bb. So should be `!is` Cc... then show Bb. aa can't be `!is` Bb, because that what was assigned to...
I interpreted that the intention is for sumtype to allow the usage of several types and to distinguish between the types used versus to be used in place of the...