abstract type in Julia

C39520
concept

An abstract type in Julia is a non-instantiable type that defines a conceptual interface or hierarchy, serving as a supertype for concrete types that share common behavior or structure.

Instances (1)

Instance Via concept surface
AbstractMatrix