FormatField.to

convert to a D type array if int, float, bool, or string type array very similar to InfoField.to This returns chunks as we separated FORMAT values by sample

struct FormatField
to
(
T
)
()
if (
isIntegral!T ||
is(T == float)
||
isBoolean!T
||
isSomeString!T
)

Meta