2018-01-27 07:08:15 +01:00
|
|
|
---------------------------------------------------------------------------
|
2021-12-21 06:54:15 +01:00
|
|
|
--- Utilities to sort and arrange data.
|
2018-01-27 07:08:15 +01:00
|
|
|
--
|
2019-06-06 09:40:17 +02:00
|
|
|
-- @utillib gears.sort
|
2018-01-27 07:08:15 +01:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
return {
|
|
|
|
topological = require("gears.sort.topological")
|
|
|
|
}
|