Signature: isEmpty(s: string) -> bool

Description: True if string has zero length.

Parameters

Returns: bool

Example

let blank = isEmpty("")  // true