Swastik Baranwal

Results 268 comments of Swastik Baranwal

> > Please v run `v fmt -w` on all the files. > > Done... But should I add this feature to `strconv` rather than the `strings`-module? What do you...

> Obviously there were some network errors again… @Delta456 may I ask you to run the checks again? Sure I will

With the latest V commit, the above code compiles and gives the output: ```v Foo{ mutex: &sync.Mutex{ mutex: pthread_mutex_t{} } } ```

Keep this issue opened until your PR isn't merged.

Closing this issue as https://github.com/vlang/v/pull/15836 is merged.

> Thank you. I just need ringbuffer. > > Can you provide a method to push more elements at a time? ```push(elements []T)``` > This is very useful for reading...

I can work on this if no body wants too