iterable Method

Get an object that provides ordered iteration over all features.

iterable(output: PackedFeatureWithIndex): Iterable<PackedFeatureWithIndex, any, any>

@note The output object is reused (mutated in place) as the current value on each iteration.

Parameter Type Description
output PackedFeatureWithIndex  

Returns - Iterable<PackedFeatureWithIndex, any, any>

Defined in

Last Updated: 13 November, 2024