mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-20 12:51:57 +03:00
3 lines
338 B
JavaScript
3 lines
338 B
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["sim"] = [{"text":"impl IndexableKey for CarID","synthetic":false,"types":[]},{"text":"impl IndexableKey for PedestrianID","synthetic":false,"types":[]}];
|
||
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|