Marcelo Silva Nascimento Mancini
Marcelo Silva Nascimento Mancini
- _d_arrayappendcd -> Append dchar to char - _d_arrayappendT - _d_arraycatnTX
The default way to destroy an object through D is using the destroy function
In dub.json I have: ```json "dflags": [ "-mtriple=armv7a-unknown-unknown", "-mcpu=cortex-a9", "-g", "-float-abi=hard", "-O0", "--boundscheck=off", "-fthread-model=local-exec" ], "versions": [ "LWDR_DynamicArray", "LWDR_ModuleCtors" ], ``` My D code: ```d class Test { static int[]...
How should my build command be if I want to build it for UWP? I know that I need to use the WASAPI backend and that the output dll should...
It is a WIP, but should be a lot better for future development. Take a quick review and check if I did not write anything dumb
When using LDC 1.36.0, on OSX, I've got: ``` /Users/Hipreme/.dub/packages/arsd-official/~master/arsd-official/minigui.d(12400,9): Error: undefined identifier `Timer`, did you mean alias `Time`? ```
While playing with terminal, main problem with moveTo is that when using PowerShell, the `moveTo` is relative to the current powershell scroll. That means I would need to `moveTo(0, t.cursorY...
Feel free to improve however you see fit. I found it a little lacking to not have Windows support. I can't understand how to write in phobos way, but the...
### Use Case There is a lot of times when one wishes to create a data-only component [i.e: not really a component]. This data-only component can be serialized/deserialized the same...
Most here are obviously WIP, there is a bunch of forwarded things and as I'm only getting started with LLVM I would like you guys to review what I'm doing...