The OpenD Programming Language

Err.Err

template Err(T)
static if(!isErr!T)
struct Err {}

Members

Variables

value
T value;

Meta