Mokori's Notes

Home

❯

Go

❯

type elementとtype term

type elementとtype term

Properties1
tagsgo, interface, type

Oct 20, 20251 min read

Declare a type constraint

  • 型制約をインタフェースとして宣言できる
    • これをtype elementと呼ぶ
type Number interface {
    int64 | float64 // ←がtype term(type elementの構成要素)
}

参考:https://go.dev/doc/tutorial/generics#declare_type_constraint


Graph View

Backlinks

  • 8.5 型タームを使った演算子の指定

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community