Session.get

Gets a typed field from the session.

struct Session
@trusted
const(T)
get
(
T
)
(
string key
,
lazy T def_value = T.init
)

Meta