libd.datastructures.growth

Undocumented in source.

Members

Aliases

DefaultGrowth
alias DefaultGrowth = Growth!(0, GrowTo!8, 8, GrowByScale!2)
Undocumented in source.

Functions

GrowByAmount
auto GrowByAmount()
Undocumented in source. Be warned that the author may not have intended to support it.
GrowByPercentage
auto GrowByPercentage()
Undocumented in source. Be warned that the author may not have intended to support it.
GrowByScale
auto GrowByScale()
Undocumented in source. Be warned that the author may not have intended to support it.
GrowTo
auto GrowTo()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GrowBy
struct GrowBy(alias F)
Undocumented in source.
Growth
struct Growth(Args...)
Undocumented in source.

Meta