DT
let b: &[f32; 3]
?let b: &[f32; 3] = &e[0][..3]
?Size: a a a
DT
let b: &[f32; 3]
?let b: &[f32; 3] = &e[0][..3]
?KR
DT
IB
DT
reinterpret_cast<Vector3 *>(e[0])
без проблем.IB
DT
IB
K
DT
DT
KR
K
let x: &[f32; 3] = &*(e[0].as_ptr() as *const [f32; 3]);
K
JM
let x: &[f32; 3] = &*(e[0].as_ptr() as *const [f32; 3]);
K
DT
K
DT
DT