vyre-foundation 0.7.2

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn signature_bytes_extractor_sets_flag() {
    let sig = Signature::bytes_extractor(&[], &[], &[]);
    assert!(sig.bytes_extraction);
}