Expand description
A version of the standard fixed-length array extension where arrays of copyable types are copyable themselves.
Supports all regular array operations apart from clone
and discard
.
Structs§
- EXTENSION
- Extension for value array operations.
- Value
Array - A fixed-length collection of values.
Constants§
- EXTENSION_
ID - Reported unique name of the extension
- VALUE_
ARRAY_ TYPENAME - Reported unique name of the value array type.
- VALUE_
ARRAY_ VALUENAME - Reported unique name of the value array value.
- VERSION
- Extension version.
Traits§
- VArray
OpBuilder - Trait for building value array operations in a dataflow graph.
Functions§
- value_
array_ type - Instantiate a new value array type given a size argument and element type.
- value_
array_ type_ def - Gets the
TypeDef
for value arrays. Note that instantiations are more easily created viavalue_array_type
andvalue_array_type_parametric
- value_
array_ type_ parametric - Instantiate a new value array type given the size and element type parameters.
Type Aliases§
- VArray
From Array - The value array from default array conversion operation.
- VArray
From Array Def - Value array from default array conversion operation definition.
- VArray
Op - Value array operations.
- VArray
OpDef - Value array operation definitions.
- VArray
Repeat - The value array repeat operation.
- VArray
Repeat Def - Value array repeat operation definition.
- VArray
Scan - The value array scan operation.
- VArray
Scan Def - Value array scan operation definition.
- VArray
ToArray - The value array to default array conversion operation.
- VArray
ToArray Def - Value array to default array conversion operation definition.
- VArray
Value - A value array extension value.