binary.format

Members

Templates

formatIsTypeLess
template formatIsTypeLess(char c)

Determines if format string character has type equivalent.

formatOf
template formatOf(T, V...)

Creates format specifier for TypeTuple.

formatStringOf
template formatStringOf(Type)

Maps D type to corresponding format type string.

formatTypeOf
template formatTypeOf(char c)

Maps format type character to corresponding D type.

formatTypeTupleOf
template formatTypeTupleOf(string format)

Maps format string to D type tuple.

Meta