再帰データ型
Sign in to saveAlso known as inductive data type, recursive type, inductive type
data type that refers to itself in its definition
Wikidata facts
- Subclass of
- data type
- Has use
- data structure
Show 1 more fact
- has characteristic
- recursive definition
Sources (1)
via Wikidata · CC0
Article · 日本語
再帰型(英: recursive type)とは、型の定義中にそれ自身の型が出現するような再帰する型のこと。相互再帰により直接は現れないものもある。再帰データ型(英: recursive data type)とは、データ型における再帰型のこと。
Abstract from DBpedia / Wikipedia · CC BY-SA