Samuele Bonini

Results 1 issues of Samuele Bonini

Given a variable `arr` of type `T[]`, I'm noticing that ``` import * as Array from "@effect/data/ReadonlyArray" if(Array.isEmptyArray(arr)) { return; } arr; //