• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3<a name="#my_namespace.min"></a>
4
5## my_namespace.min
6
7<pre>
8my_namespace.min(<a href="#my_namespace.min-integers">integers</a>)
9</pre>
10
11Returns the minimum of given elements.
12
13**PARAMETERS**
14
15
16| Name  | Description | Default Value |
17| :-------------: | :-------------: | :-------------: |
18| integers |  A list of integers. Must not be empty.   |  none |
19
20
21<a name="#my_namespace.math.min"></a>
22
23## my_namespace.math.min
24
25<pre>
26my_namespace.math.min(<a href="#my_namespace.math.min-integers">integers</a>)
27</pre>
28
29Returns the minimum of given elements.
30
31**PARAMETERS**
32
33
34| Name  | Description | Default Value |
35| :-------------: | :-------------: | :-------------: |
36| integers |  A list of integers. Must not be empty.   |  none |
37
38
39<a name="#my_namespace.foo.bar.baz"></a>
40
41## my_namespace.foo.bar.baz
42
43<pre>
44my_namespace.foo.bar.baz()
45</pre>
46
47This function does nothing.
48
49**PARAMETERS**
50
51
52
53<a name="#my_namespace.one.two.min"></a>
54
55## my_namespace.one.two.min
56
57<pre>
58my_namespace.one.two.min(<a href="#my_namespace.one.two.min-integers">integers</a>)
59</pre>
60
61Returns the minimum of given elements.
62
63**PARAMETERS**
64
65
66| Name  | Description | Default Value |
67| :-------------: | :-------------: | :-------------: |
68| integers |  A list of integers. Must not be empty.   |  none |
69
70
71<a name="#my_namespace.one.three.does_nothing"></a>
72
73## my_namespace.one.three.does_nothing
74
75<pre>
76my_namespace.one.three.does_nothing()
77</pre>
78
79This function does nothing.
80
81**PARAMETERS**
82
83
84
85