blob: 7b79b3888026a7693be7e46e10187290ebe2b1b4 [file] [log] [blame]
interface MapLike {
maplike<long, float>;
};
interface ReadOnlyMapLike {
readonly maplike<long, float>;
};