digitalmars.D.learn - intrinsic min and max for ints
- Dominic Jones <dominic.jones qmul.ac.uk> Feb 16 2011
- Mafi <mafi example.org> Feb 16 2011
Hello, Is there a library function for min/max for integers. I would rather not use the ?-operator, it's rather clumsy. I looked in the standard lib and only found f(min|max). Thank you, Dominic Jones
Feb 16 2011
Am 16.02.2011 10:54, schrieb Dominic Jones:Hello, Is there a library function for min/max for integers. I would rather not use the ?-operator, it's rather clumsy. I looked in the standard lib and only found f(min|max). Thank you, Dominic Jones
defined so also for ints. Mafi
Feb 16 2011








Mafi <mafi example.org>