The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sah::Schema::Int - Sah schemas for various integers

VERSION

This document describes version 0.02 of Sah::Schema::Int (from Perl distribution Sah-Schema-Int), released on 2016-03-08.

SAH SCHEMAS

  • int128

    32-bit signed integer.

  • int16

    16-bit signed integer.

  • int32

    32-bit signed integer.

  • int64

    64-bit signed integer.

  • int8

    8-bit signed integer.

  • nat_num

    Natural number.

    Natural numbers are whole numbers starting from 1, used for counting ('there are 6 coins on the table') and ordering ('this is the 3rd largest city in the country').

  • neg_int

    Positive integer.

  • pos_int

    Positive integer.

  • uint128

    128-bit unsigned integer.

  • uint16

    16-bit unsigned integer.

  • uint32

    32-bit unsigned integer.

  • uint64

    64-bit unsigned integer.

  • uint8

    8-bit unsigned integer.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Sah-Schema-Int.

SOURCE

Source repository is at https://github.com/perlancar/perl-Sah-Schema-Int.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Sah-Schema-Int

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Sah - specification

Data::Sah

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.