Skip to content

Clean up ArrayUtilities #863

Open
Open
@nightm4re94

Description

@nightm4re94

Many of the utilities for arrays are redundant and can be replaced with simple built-in java oneliners.
For example, to join an array with a given separator, you can use Arrays.stream(arr).collect(Collectors.joining(separator))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions