DataItem.draw

Undocumented in source. Be warned that the author may not have intended to support it.
struct DataItem(T)
const
draw
(
Context
)
(
ref Context ctx
,
const(char)[] header
,
float height
)
if (
!isAggregateType!T &&
!isPointer!T
&&
(
!isArray!T ||
isSomeString!T
)
&&
!isAssociativeArray!T
)

Meta