package
0.0.0-20240711235305-451f48f74372
Repository: https://github.com/cybermamecan/golang-house.git
Documentation: pkg.go.dev

# Functions

All はスライスに含まれる文字列がいずれも述語を真にするなら true を返す。.
Any はスライスの中に述語が真になる文字列があれば true を返す。.
Figureの面積を表示する関数を定義 *4.
Filter は、元のスライスのうち述語 f が真になる文字列だけを含む、新たなスライスを返す。.
Include はスライスの中に文字列 t が含まれるなら true を返す。.
Index は文字列 t を始めに見つけたインデックスを返す。 もし見つからなければ -1 を返す。.
No description provided by the author
Map は、元のスライスの要素である各文字列に、関数 f を適用した結果を含む新たなスライスを返す。.
No description provided by the author
実行される部分 *5.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

アクセス可能なメソッドを定義する.