Sha256: c33c86d7341581fdd08e2e6375a4afca507fa603540c54a3b9e51c4cd011cd71

Contents?: true

Size: 259 Bytes

Versions: 43

Compression:

Stored size: 259 Bytes

Contents

#[test]
fn test_create_map() {
    let _m = indexmap::indexmap! {
        1 => 2,
        7 => 1,
        2 => 2,
        3 => 3,
    };
}

#[test]
fn test_create_set() {
    let _s = indexmap::indexset! {
        1,
        7,
        2,
        3,
    };
}

Version data entries

43 entries across 38 versions & 1 rubygems

Version Path
wasmtime-5.0.0 ./ext/cargo-vendor/indexmap-1.9.2/tests/macros_full_path.rs
wasmtime-0.4.1 ./ext/cargo-vendor/indexmap-1.9.2/tests/macros_full_path.rs
wasmtime-0.4.0 ./ext/cargo-vendor/indexmap-1.9.2/tests/macros_full_path.rs