Cergoo

Results 10 comments of Cergoo

> We have a parse issue here. map[int](nnn, fnf) is not about your map function, but it is trying to create V's map with int key and (type1, type2) multi-return...

this is not bug println('Http2Mode'.camel_to_snake())

This topic was probably widely discussed during the development of golang. see like https://www.reddit.com/r/golang/comments/vccs39/implicit_vs_explicit_interfaces/ use comments for Code readability ```V // PathError implement IError struct PathError { Error path string...

that is, if a generic function returns a generic structure, V cannot deduce that it is necessary to define a generic structure, that is, there is no description of it...

```V module parselona pub struct ParserResult[O] { i []u8 o O } type TParser[O] = fn([]u8) !ParserResult[O] type TF[O] = fn([]u8) O fn take_part(count u32) TParser[[]u8] { return fn [count]...

> However, a more complete example will be required before anything can be done about this. With the partial code you show above, there are lots of V errors, and...

see https://github.com/vlang/v/issues/13253