package
0.1.2
Repository: https://github.com/shamcode/simd.git
Documentation: pkg.go.dev

# Functions

Asc wrap by for sorting in ASC (Ascending) direction.
ByScalar create sorting by int64 values.
Desc wrap by for sorting in DESC (Descending) direction.

# Interfaces

By is base interface for sorting.
ByWithOrder wrapper for By interface with order (ASC/DESC) ByWithOrder can't be implemented in user level, use Asc() and Desc() for wrap By implementation.
Scalar is a special case for sorting by comparing int64 values.