Documentation ¶
Overview ¶
Package sorts -- sortパッケージについてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
func SortInterface ¶
func SortInterface() error
SortInterface -- sort.Sort() の際に必要となるインターフェースについてのサンプルです。
func SortSliceStable ¶
func SortSliceStable() error
SortSliceStable -- スライスのソートについてのサンプルです. (stable sort)
func SortSliceUnStable ¶
func SortSliceUnStable() error
SortSliceUnStable -- スライスのソートについてのサンプルです. (unstable sort)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.