Checks whether the list has a current element.
The list to be checked.
Whether the list has a current element.
expect(isNull(empty())).toStrictEqual(true);expect(isNull(repeat(0))).toStrictEqual(false); Copy
expect(isNull(empty())).toStrictEqual(true);expect(isNull(repeat(0))).toStrictEqual(false);
Checks whether the list has a current element.