[][src]Module sixtyfps_corelib::slice

FFI-friendly slice

Structs

Slice

That's basicaly the same as &'a [T] but repr(C)

OSZAR »