Jason Turner
Jason Turner
Unable to explicitly create an instantiation of a generic struct / create generic struct with array
Type inference works, if I have a value to pass to the generic's construction, but that doesn't always make sense if I want to create an empty container, then fill...
```sh let x = 10; let y = 11; mut data = raw[1] unsafe { resize data x*y } ``` ```sh ───┬─ /home/jason/june/examples/june_hello_world/main/main.june:7:16 6 │ unsafe { 7 │ resize...
Minimal reproducible example: ``` # ```
- [x] Show currently fixed fisheye - [x] Explain planar vs cylindrical projection - [x] Explain correction of fisheye - [x] Enable feature to toggle planar vs cylinder fisheye on...
https://en.cppreference.com/w/cpp/utility/bitset Point out that we can expect optimized opcodes here.
I think this syntax maybe should be been reserved for a conditional delete? https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2573r2.html#alt-syntax
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2748r5.html
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2542r8.html
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2447r6.html