Struct LinkedSetBacking
struct LinkedSetBacking(T)
;
Fields
Name | Type | Description |
---|---|---|
m_storage
|
Array!Entry |
Properties
Name | Type | Description |
---|---|---|
emptySet [get]
|
LinkedSetBacking |
Methods
Name | Description |
---|---|
create
()
|
|
createNode
(val, next)
|
|
getHash
(sh)
|
|
getItems
(sh)
|
|
getItems
(sh)
|
|
hasLength
(sh, l)
|
|
hasMaxLength
(sh, l)
|
|
insert
(h, value)
|
|
insert
(h, items)
|
Inner structs
Name | Description |
---|---|
Entry
|
|
Handle
|
|
Range
|