ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
reverse
dmd
root
array
Reverse an array in-place.
pure nothrow @
nogc
@
safe
T
[]
reverse
(
T
)
(
T
[]
a
)
Parameters
a
Type:
T
[]
array
Return Value
Type:
T
[]
reversed a[]
Meta
Source
See Implementation
dmd
root
array
functions
peekSlice
reverse
split
structs
Array
Reverse an array in-place.