File: README

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (7 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
types: constants and types related to the Hare type system

The types module provides access to some information about the Hare type system.
It provides constants like [[INT_MAX]], which defines the useful range for
integer types (see [[math::]] for f32 and f64 limits), as well as types like
[[slice]], which describe the internal structure of data types like slices and
str.