Enum js::typedarray::CreateWith
[−]
[src]
pub enum CreateWith<'a, T: 'a> {
Length(u32),
Slice(&'a [T]),
}Variants
Length(u32)Slice(&'a [T])