Skip to content

Arr增加Test函数,支持对数组进行自定义检查 #178

@ymh199478

Description

@ymh199478
bool Test<T>(T[] source, Predicate<T> predicate);

只要数组中的任意值和predicate匹配则返回true。全部不匹配则返回false

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions