Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

What are aliases in vibe.d's Diet templates?

d vibed diet

Can't deduce template types?

d

D and SDL - functions undefined

Safely Investigating Individual Bytes of a String in D

arrays string casting byte d

A D range that is RandomAccess and hasLength but not hasSlicing?

d

Const struct in D

struct constants d

How big can be ubyte[] in D?

arrays d

D: Strange behaviour from std.container.BinaryHeap with custom function for comparison

pointers struct d binary-heap

What is the idiomatic way to parse things in D?

d

Set MIME type for fetched file

http http-headers d vibed

D language function call with argument

sdl d sdl-2 derelict3

What does "!" before a function do in D

d

How can I return JSON with HTTP code in Vibe.d?

d vibed

Use a variable with Vibe.d when rendering a template file with response.render

d vibed

libcurl issue when using D's std.net.curl on Mac

d libcurl

Properties and ref return values in D

properties ref d

D language Socket.receive()

sockets d

Determine number of lines in terminal

bash d

using File().byLine() with fold()

d

How do I make a configuration in DUB that turns multiple input D files with main functions into multiple output executables?

d dub