SAMHeader.lineById

Return a complete line of formatted text for a given type and ID, or if no ID, first line matching type. Parameters: * type - enum * id_key - may be empty, in which case the first line matching type is returned * id_val - may be empty IFF id_key empty; otherwise must be value for key

struct SAMHeader
const(char)[]
lineById
(,
string id_key = ""
,
string id_val = ""
)

Meta