phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
iota
nxt
container
trie
Static Iota.
TODO: Move to Phobos std.range.
template
iota (
size_t
from
size_t
to
)
if
(
from
<=
to
) {
alias
iota
=
iotaImpl
!(
to
-
1
,
from
)
;
}
Members
Aliases
iota
alias
iota
=
iotaImpl
!(
to
-
1
,
from
)
Undocumented in source.
Meta
Source
See Implementation
nxt
container
trie
aliases
FixedKeyLeafN
IKey
Ix
Ixs
IxsN
Key
KeyN
Leaf1
RadixTreeMap
UIx
UKey
isFixedTrieableKeyType
enums
ModStatus
isScalarTrieableKeyType
functions
empty
firstIx
freeNode
makeFixedSizeNodePointer
makeFixedSizeNodeValue
print
showStatistics
testEqual
testScalar
testString
toFixedRawKey
toRawKey
toTypedKey
tryNextIx
manifest constants
keySeparator
useModuloFlag
structs
HeptLeaf1
OneLeafMax7
RadixTree
TriLeaf2
TwoLeaf3
templates
RadixTreeSet
RawRadixTree
iota
isTrieableKeyType
Static Iota.
TODO: Move to Phobos std.range.