package
0.0.0-20230817100033-1f453bdb12b9
Repository: https://github.com/is999/go-code-snippets.git
Documentation: pkg.go.dev

# Functions

BubbleSort 冒泡排序 arr 需要排序的slice isDesc 是否倒序: true 是; false 否.

# Interfaces

Float 浮点数.
Integer 整数.
Number 数字.
Ordered 数字或字符串.
Signed 有符合整数.
Unsigned 无符号整数.

# Type aliases

Bubble 冒泡排序.