Synopsis
size_t dst_GetCapacity(DST_STRING *str)
Purpose
Get the capacity of an dst string.
Description
Get the capacity of an dst string which is a power of two with the shift field as the exponent.
Input
str
dst string.
Return
size_t representing the capacity of the dst string.