fn extract(vec: anytype, comptime first: VectorIndex(@TypeOf(vec)), comptime count: VectorCount(@TypeOf(vec))) @Vector(count, field_call)

Parameters

vec: anytype,
first: VectorIndex(@TypeOf(vec)),
count: VectorCount(@TypeOf(vec)),