/** * Creates a new empty `MutableHashMap`. * * @tsplus static MutableHashMap.Ops empty */ export function empty() { return new MutableHashMap() }