Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Fully qualified name: Std.Arrays.IsEmpty
function IsEmpty<'T>(array : 'T[]) : Bool
Summary
Returns true if and only if an array is empty.
Input
array
The array to be checked.
Output
true if and only if the array is empty (has length 0).