Skip to content

array

Modules:

Functions:

build_array_runtime_feature

build_array_runtime_feature() -> RuntimeFeature
Source code in packages/irx/src/irx/builder/runtime/array/feature.py
239
240
241
242
243
244
245
246
@typechecked
def build_array_runtime_feature() -> RuntimeFeature:
    """
    title: Build the builtin array runtime feature specification.
    returns:
      type: RuntimeFeature
    """
    return _build_runtime_feature("array")