Skip to content

Cauterite/phobos-std_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Not much to it really

import std_;
void main() {
	auto x = JSONValue_([`fdsa` : 10, `ytrewq` : 22]);
	writeln_(toJSON_(&x).retro_().asUpperCase_());
	GC_.collect(); // D-runtime symbols are exposed too
};

If you get deprecation messages, try compiling with -de. Note: it's not well tested. There could be problems with modules that publicly import other internal modules.

About

D import file for the whole of phobos, with every public symbol suffixed by an underscore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages