lisette-stdlib 0.1.13

Little language inspired by Rust that compiles to Go
Documentation
// Generated by Lisette bindgen
// Source: maps (Go stdlib)
// Go: 1.25.5
// Lisette: 0.1.12

import "go:iter"

// SKIPPED: All - constraint:union
// type constraint Map cannot be represented

// SKIPPED: Clone - constraint:union
// type constraint M cannot be represented

// SKIPPED: Collect - constraint:comparable
// type constraint K cannot be represented

// SKIPPED: Copy - constraint:union
// type constraint M1 cannot be represented

// SKIPPED: DeleteFunc - constraint:union
// type constraint M cannot be represented

// SKIPPED: Equal - constraint:union
// type constraint M1 cannot be represented

// SKIPPED: EqualFunc - constraint:union
// type constraint M1 cannot be represented

// SKIPPED: Insert - constraint:union
// type constraint Map cannot be represented

// SKIPPED: Keys - constraint:union
// type constraint Map cannot be represented

// SKIPPED: Values - constraint:union
// type constraint Map cannot be represented