Skip to content

Add generic array reverse function #37

Closed
@delphidabbler

Description

@delphidabbler

Add new Reverse<T> function to TArrayUtils that returns a copy of a given array with elements reversed in order.

E.g. TArrayUtils.Reverse<Integer>(TBytes.Create(1,2,3)) will return array with contents [3,2,1].

Metadata

Metadata

Assignees

Labels

completedIssue completed and committed to develop. To be closed on next releaseenhancementNew feature or request

Projects

Status

Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions