#include <lazylookup.hh>
A lazy vector. This is suitable for when the function takes an unsigned integer and will be densly packed.
THIS WILL BE AUTOMATICALLY EXTENDED. USE ARR FOR A STATICLY SIZED VERSION.
It is possible to set an upper limit to how large it might be extended by using set_grow_limit(). In that case Fn will be called for all invocations above the max size.
Definition at line 101 of file lazylookup.hh.