Type Alias dicom_core::value::C

source ·
pub type C<T> = SmallVec<[T; 2]>;
Expand description

An aggregation of one or more elements in a value.

Aliased Type§

struct C<T> { /* private fields */ }