fn items(self: Self, comptime field: Field) []FieldType(field)

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

Parameters

self: Self,
field: Field,