DoxigAlpha

items

Get the slice of values for a specified field. If you need multiple fields, consider calling slice() instead.

Function parameters

Parameters

#

A MultiArrayList stores a list of a struct or tagged union type.

Functions

#
MultiArrayList
A MultiArrayList stores a list of a struct or tagged union type.

Source

Implementation

#
pub fn items(self: Self, comptime field: Field) []FieldType(field) {
    return self.slice().items(field);
}