FastLED 3.9.15
Loading...
Searching...
No Matches

◆ from_raw()

static FASTLED_FORCE_INLINE s0x32x4 fl::fl::s0x32x4::from_raw ( simd::simd_u32x4 r)
inlinestatic

Definition at line 22 of file s16x16x4.h.

24 {
25 s16x16x4 result;
26 result.raw = r;
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31