递归类型
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 · 中文
在计算机编程语言中,递归类型(又名:递归定義、隱含類型或隱含定義)是一种特殊的数据类型,它表示自身内部可能包含其它的同样类型的值。
Abstract from DBpedia / Wikipedia · CC BY-SA