Array.isSmall

struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
const @safe pure nothrow @nogc
bool
isSmall
()

Return Value

Type: bool

true iff is SSO-packed.

Meta