fn IndexedArray(comptime I: type, comptime V: type, comptime Ext: ?fn (type) type) type
[src]
A dense array of values, using an indexed lookup. This type does no allocation and can be copied by value.
fn IndexedArray(comptime I: type, comptime V: type, comptime Ext: ?fn (type) type) type
A dense array of values, using an indexed lookup. This type does no allocation and can be copied by value.