1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Copyright (c) 2016-2017 <daggerbot@gmail.com>
// This software is available under the terms of the zlib license.
// See COPYING.md for more information.
/// Get the additive identity of a numeric type.
/// Get the multiplicative identity for a numeric type.
impl_zero_one_int!;
impl_zero_one_float!;