LazedAssocArray.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insert()
  2. void insert()
    class LazedAssocArray(T)
    void
    insert
    (
    string key
    T delegate
    ()
    value
    )
    ()
  3. void insert()
  4. void insert(string key, T delegate() value)
  5. void insert(string key, T function() value)

Meta