Docs.rs
mamba-0.3.6
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mamba 0.3.6
A transpiler which converts Mamba files to Python 3 files
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
collection_type.mamba
collection_type_check.py
dictionary.mamba
dictionary_builder.mamba
dictionary_builder_check.py
dictionary_check.py
dictionary_in_fun.mamba
dictionary_in_fun_check.py
infer_collection_type.mamba
infer_collection_type_check.py
infer_collection_type_for_fun.mamba
infer_collection_type_for_fun_check.py
list.mamba
list_check.py
nested_list_builder.mamba
nested_list_builder_check.py
nested_set_builder.mamba
nested_set_builder_check.py
set.mamba
set_check.py
set_union.mamba
set_union_check.py
tuple.mamba
tuple_check.py
1
2
3
def j := { 10 => 200, 30 => 5 } def i := { 10 => "9", 20 => "6" }