IsEmpty 函数

完全限定的名称:Std.Arrays.IsEmpty

function IsEmpty<'T>(array : 'T[]) : Bool

总结

如果数组为空并且仅当数组为空,则返回 true。

输入

数组

要检查的数组。

输出

如果数组为空(长度为 0),则 true