HashMapImpl.getOrCreate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Value* getOrCreate(Key key, Value default_value)
    mixintemplate HashMapImpl()
    Value*
    getOrCreate
    (
    Key key
    ,
    Value default_value = Value.init
    )
  2. Value* getOrCreate(Key key, bool wasCreated, Value default_value)

Meta