Appearance
IsEmpty
Reports whether the string has zero length.
Module: Std
Std
func IsEmpty(self) -> bool8;
bool8 — true if the string has zero length, otherwise false.
bool8
true
false
A convenience for the common Length() == 0 check.
Length() == 0
String
Length
New