Available on crate feature
generate
only.Expand description
Modules§
Enums§
- Pack
Location - Specifies how the pack location was handled during counting
Functions§
- objects
- Generate
Count
s from inputobjects
with object expansion based onoptions
to learn which objects would would constitute a pack. This step is required to know exactly how many objects would be in a pack while keeping data around to avoid minimize object database access. - objects_
unthreaded - Like
objects()
but using a single thread only to mostly save on the otherwise required overhead.