std › ArrayListAlignedUnmanaged › emptyemptyAn ArrayList containing no elements. SourceImplementation#pub const empty: Self = .{ .items = &.{}, .capacity = 0, }