Type Definition stencila_schema::Array[][src]

pub type Array = Vec<Primitive>;
Expand description

An array value (a.k.a. vector)

Trait Implementations

Retrieve the type of an entity Needs to be called type_name because type is a reserved word Read more

Retrieve the id of an entity