Documenting the Array# and SmallArray# primtypes
I am trying to gather some useful information regarding Array#
and SmallArray#
At the moment, while the operations on this type are documented, it's unclear what is the purpose of the type. Some simple logic could be applied and we could say that this is a useful type when you need a SmallArray#
for bigger arrays.
The card table
should also be described, because despite the fact that SmallArray#
doesn't have one, it where the description lies, not with Array#
.
@andrewthad Do you have any light for me regarding the optimal usecases of Array#
? :)
Edited by Hécate Kleidukos