MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Matrix

Class Matrix

03_tuples_arrays/rust/tuples.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug)]
10struct Matrix(f32, f32, f32, f32);
11
12fn main() {
13 let many_types = (1u8, 2u16, 'a', true);

Callers 2

tuples.pyFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected