DoxigAlpha

empty

An ArrayList containing no elements.

Source

Implementation

#
pub const empty: Self = .{
    .items = &.{},
    .capacity = 0,
}