use File;
use *;
/// Quick-print function which writes its contents to `/tmp/q.log` (truncating
/// the file if it already exists).
/// For example:
/// let vector = vec![1, 2, 3];
/// q("v", &vector);
///
/// This function is only enabled in debug builds.