StaticArrayModel

Undocumented in source.

Constructors

this
this(const(Data) data)
Undocumented in source.
this
this(const(Data) data)
Undocumented in source.

Alias This

model

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.
ElementType
alias ElementType = typeof(Data.init[0])
Undocumented in source.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.

Mixins

__anonymous
mixin State
Undocumented in source.
__anonymous
mixin visitImpl
Undocumented in source.

Variables

model
Model!ElementType[Data.length] model;
Undocumented in source.

Mixed In Members

From mixin State

Spacing
enum SizeType Spacing;
Undocumented in source.
size
SizeType size;
header_size
SizeType header_size;
Undocumented in source.
_placeholder
int _placeholder;
Undocumented in source.
collapsed
bool collapsed [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
collapsed
bool collapsed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta