builtins

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
copy.go builtin_copy ビルトイン関数 copy についてのサンプルです.
delete.go builtin_delete ビルトイン関数 delete についてのサンプルです.
printfunc.go builtin_print ビルドイン関数のprintとfmt.Printの違いについてのサンプルです.
minmax.go builtin_minmax Go 1.21 で追加されたビルトイン関数のmin,maxについてのサンプルです.
clear.go builtin_clear Go 1.21 で追加されたビルトイン関数のclearについてのサンプルです.

Documentation

Overview

Package builtins -- Goの組み込み関数についてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clear added in v0.5.3

func Clear() error

Clear は、Go 1.21 で追加されたビルトイン関数のclearについてのサンプルです.

func Copy added in v0.5.3

func Copy() error

Copy は、ビルトイン関数 copy についてのサンプルです.

REFERENCES

func Delete added in v0.5.3

func Delete() error

Delete は、ビルトイン関数 delete についてのサンプルです.

REFERENCES

func MinMax added in v0.5.2

func MinMax() error

MinMax は、Go 1.21 で追加されたビルトイン関数のmin,maxについてのサンプルです.

go doc で調べる場合は以下のようにします.

  • go doc builtin.max
  • go doc builtin.min

REFERENCES

func NewRegister

func NewRegister() mapping.Register

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

func PrintFunc

func PrintFunc() error

PrintFunc は、ビルドイン関数のprintとfmt.Printの違いについてのサンプルです.

Types

This section is empty.

Jump to

Keyboard shortcuts

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