aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/math/number/i16.lux
blob: 9d533e3a1afb2d9db1ae5134a6722cb4faec1f02 (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: /.I16
  "A 16-bit integer.")

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