Function Session.get
Gets a typed field from the session.
const(T) get(T)
(
string key,
lazy T def_value = T .init
) @trusted;
Gets a typed field from the session.
const(T) get(T)
(
string key,
lazy T def_value = T .init
) @trusted;