maps

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: 6 Imported by: 0

README

サンプルリスト

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

file example name note
map_basic.go map_basic マップについてのサンプル
map_for.go map_for マップをループするサンプルです。
map_initialize.go map_initialize マップの初期化に関するサンプルです。
map_delete.go map_delete マップの要素を削除するサンプルです。
map_access.go map_access マップに対する操作に関してのサンプルです。
map_deepequal.go map_deep_equal マップに対して reflect.DeepEqual() した場合のサンプルです.

Documentation

Overview

Package maps -- Go言語の map についてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapAccess

func MapAccess() error

MapAccess -- マップに対する操作に関してのサンプルです。

func MapBasic

func MapBasic() error

MapBasic -- マップについてのサンプル

func MapDelete

func MapDelete() error

MapDelete -- マップの要素を削除するサンプルです。

func MapFor

func MapFor() error

MapFor -- マップをループするサンプルです。

func MapInitialize

func MapInitialize() error

MapInitialize -- マップの初期化に関するサンプルです。

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

Types

This section is empty.

Jump to

Keyboard shortcuts

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