sorts

package
v0.5.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 3 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
sort_ints.go sort_ints sort.Ints() のサンプルです
sort_strings.go sort_strings sort.Strings() のサンプルです
sort_interface.go sort_interface sort.Sort() の際に必要となるインターフェースについてのサンプルです
sort_slice.go sort_slice_unstable スライスのソートについてのサンプルです(unstable sort)
sort_slicestable.go sort_slice_stable スライスのソートについてのサンプルです(stable sort)

Documentation

Overview

Package sorts -- sortパッケージについてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Ints added in v0.4.0

func Ints() error

Ints -- sort.Ints() のサンプルです.

REFERENCES

func NewRegister

func NewRegister() mapping.Register

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)

func Strings added in v0.4.0

func Strings() error

Strings -- sort.Strings() のサンプルです.

REFERENCES

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL