Home
last modified time | relevance | path

Searched defs:Array4 (Results 1 – 1 of 1) sorted by relevance

/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs115 struct Array4<A: Arbitrary>([A; 4]); struct
127 impl<A: Arbitrary> Arbitrary for Array4<A> { implementation