---
title: isEmpty
framework: swift
role: symbol
role_heading: Instance Property
path: swift/utf8span/isempty
---

# isEmpty

A Boolean value that indicates whether the UTF-8 span is empty.

## Declaration

```swift
var isEmpty: Bool { get }
```

## Discussion

Discussion note: O(1)
