plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
ValueHandler
plot2d
style
interface
ValueHandler (
Key
Value
) {
Value
opIndex
(Key );
void
opIndexAssign
(Value , Key );
Value
get
(Key , Value );
void
set
(Key , Value );
}
Members
Functions
get
Value
get
(Key , Value )
opIndex
Value
opIndex
(Key )
opIndexAssign
void
opIndexAssign
(Value , Key )
set
void
set
(Key , Value )
Meta
Source
See Implementation
plot2d
style
classes
NSStyle
PlainStyle
interfaces
Style
Stylized
ValueHandler