Files
puppet-swift/types/sortingmethod.pp
Takashi Kajinami 2f38c2923b Allow customizing sorting_method
Add a new option to customize sorting_method. This allows usage of
the 'timing' sorting method.

Change-Id: I9589b420b8d1c6fcbd29d83945dbdcc2da2e22ef
2024-07-30 01:47:20 +09:00

6 lines
74 B
ObjectPascal

type Swift::SortingMethod = Enum[
'affinity',
'shuffle',
'timing'
]