PetarKirov
Follow
Pinned Loading
-
UFCS-enabled algorithms on alias seq...
UFCS-enabled algorithms on alias sequences and "template lambdas" 1/++
2module rxd.meta2;
34# UFCS-enabled algorithms on alias sequences and "template lambdas"
5 -
Implementing run-time dispatch in D
Implementing run-time dispatch in D 1import std.conv : to;
2import std.meta : ApplyLeft, Filter;
3import std.stdio : writef, writefln, writeln;
4import std.variant : Variant;
5 -
Parsing logic formulas with pegged
Parsing logic formulas with pegged 1/++ dub.sdl:
2name "pegged_logic"
3dependency "pegged" version="~>0.4.2"
4+/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.