debugPrint

fnvoid debugPrint(A)(A a, IStr file = __FILE__, Sz line = __LINE__)

Prints values and their source location to stdout.

fnvoid debugPrint(A, B)(A a, B b, IStr file = __FILE__, Sz line = __LINE__)

Prints values and their source location to stdout.

fnvoid debugPrint(A, B, C)(A a, B b, C c, IStr file = __FILE__, Sz line = __LINE__)

Prints values and their source location to stdout.

fnvoid debugPrint(A, B, C, D)(A a, B b, C c, D d, IStr file = __FILE__, Sz line = __LINE__)

Prints values and their source location to stdout.

fnvoid debugPrint(A, B, C, D, E)(A a, B b, C c, D d, E e, IStr file = __FILE__, Sz line = __LINE__)

Prints values and their source location to stdout.