plot2d ~master (2022-01-15T15:41:32.7834376)
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