Sortable introduction

A sortable is a small function, often concatenable with other more complex sortable, that allows to generate a function to allow the native Array.prototype.sort() method to order the array correctly and quickly

These are the main usable sortable that cover most cases of use of a developer:

But there are many others for every type of event.