Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModelNameNode = "mrsort.Node" // ModelNameNode - название сущности
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { ID mrtype.KeyInt32 PrevID mrentity.ZeronullInt32 NextID mrentity.ZeronullInt32 OrderIndex mrentity.ZeronullInt64 }
Node - элемент двусвязного списка участвующий в сортировке.
Click to show internal directories.
Click to hide internal directories.