- enforce (from std.exception)
public
import std.exception : enforce;
Undocumented in source.
- to (from std.conv)
public
import std.conv : to;
Undocumented in source.
- toDelegate (from std.functional)
public
import std.functional : toDelegate;
Undocumented in source.
Provides the full vibe.d API as a single import module.
This file provides the majority of the vibe API through a single import. Note that typical vibe.d applications will import 'vibe.d' instead to also get an implicit application entry point.