Empty

A set of elements is considered empty when the set contains no elements. As such, something that is empty always has a size of 0.

Examples

A string, which is a set of zero or more code points, is empty when the string contains no code points. This is often represented by an empty string literal, "".