Current section
Files
Jump to
Current section
Files
include/integer_complexity_ComplexitiesCache.hrl
-record(complexities_cache, {
array :: gary:erlang_array(integer_complexity:complexity_data()),
highest_computed :: integer()
}).