aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/number/i32.lux
blob: 4e7f261fa568e069a81ec1f3cded022f0d0f3a8f (plain)
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
(.using
 [library
  [lux (.except private)
   ["$" documentation (.only documentation:)]
   [data
    ["[0]" text (.only \n)
     ["%" format (.only format)]]]
   [macro
    ["[0]" template]]]]
 [\\library
  ["[0]" /]])

(documentation: /.I32
  "A 32-bit integer.")

(.def: .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [..I32
             ($.default /.equivalence)
             ($.default /.width)
             ($.default /.i32)
             ($.default /.i64)]
            []))