SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
Functions
sort
stdlib.sc
»
sort
Functions
template<type T>
T
sort
(T[[1]] x)
Detailed Description
Sort a public vector.
Note
Supported types -
bool
/
uint8
/
uint16
/
uint32
/
uint
/
int8
/
int16
/
int32
/
int
/
float32
/
float64
Parameters
x
- vector to be sorted
Returns
x
sorted in ascending order
Function Documentation
◆
sort()
T sort
(
T[[1]]
x
)
Generated by
1.9.1