cairo-native 0.9.0-rc.4

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
use core::array::{tuple_from_span, FixedSizedArrayInfoImpl};

fn run_test(x: Array<felt252>) -> [felt252; 3] {
    (*tuple_from_span::<[felt252; 3], FixedSizedArrayInfoImpl<felt252, 3>>(@x).unwrap()).unbox()
}