Function SessionVar.value
Accesses the current value
of the session variable.
Any access will automatically start a new session and set the
initializer value
, if necessary.
Prototypes
const(T) value() @property;
void value(
T new_value
) @property;
Authors
Sönke Ludwig
Copyright
© 2013-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.