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

(.def .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.default /.equivalence)
             ($.default /.width)
             ($.default /.i8)
             ($.default /.i64)

             ($.documentation /.I8
               "A 8-bit integer.")]
            []))