none

inline fun none(): Boolean

Returns true if the array has no elements.


inline fun none(predicate: (Vector2I) -> Boolean): Boolean

Returns true if no elements match the given predicate.