ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
reverse
dmd
root
array
Reverse an array in-place.
pure nothrow @
nogc
@
safe
T
[]
reverse
(
T
)
(
T
[]
a
)
Parameters
a
T
[]
array
Return Value
Type:
T
[]
reversed a[]
Meta
Source
See Implementation
dmd
root
array
enums
isCallableWith
isInputRange
isPredicateOf
functions
equal
filter
map
reverse
split
staticArray
properties
peekSlice
structs
Array
templates
ElementType
each
Reverse an array in-place.