phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
withElementMake
nxt
array_ex
Return an instance of
R
containing a single element
e
.
R
withElementMake
(typeof(R.init[0]) e)
R
withElementMake
(typeof(R.init[0]) e)
R
withElementMake
(
R
)
(
typeof
(
R.init
[0])
e
)
if
(
isDynamicArray
!
R
)
Meta
Source
See Implementation
nxt
array_ex
aliases
CopyingArray
CopyingDString
CopyingString
CopyingWString
SortedCopyingArray
SortedSetCopyingArray
SortedSetUniqueArray
SortedUniqueArray
UniqueArray
UniqueDString
UniqueString
UniqueWString
enums
Assignment
Ordering
isOrdered
functions
append
withCapacityMake
withElementMake
withLengthMake
static functions
tester
templates
isArrayContainer
Return an instance of R containing a single element e.