Declaration

func sortLayers(_ layers: NSMutableArray)

Declaration

- (void) sortLayers:(NSMutableArray<GSLayer *> *) layers;

Declaration

sortLayers_(layers: list[GSLayer])

Parameters

layers

The mutable layer array to reorder.

See Also

Layers