flopetautschnig
flopetautschnig
**Rewritten ringbuffer-feature moved to vlib/datatypes. Implementing head and tail pointers, as well as fixed sized array** Example: ``` module main import datatypes fn main() { // create a new ringbuffer...
*This contribution adds the possibility to format numbers (integers, floats) with thousands separators and with a custom-set radix.* ``` // f32_format - Formats an f32-number as a string by adding...
**V doctor:** ``` OS: macos, macOS, 12.1, 21C52 Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz CC version: Apple clang version 12.0.0 (clang-1200.0.31.1) getwd: /Users/florian/Desktop/Code/v/server vmodules:...
*This contribution adds the possibility to format numbers (integers, floats) with thousands separators and with a custom-set radix.* ``` // f32_format - Formats an f32-number as a string by adding...