Std.php
Table of Contents
Classes
- Std
- This library's standard library of named types
(`priv/schema/std.dxns`, ported verbatim from `dextrin`'s own) --
common refinements like `PositiveInteger`/`NonEmptyString`, so a
schema author doesn't redefine them by hand. Built the same way any
consumer's own named types would be -- nothing about them is
special-cased in {@see Compiler}. Deliberately excludes anything
domain-specific (email, phone number, URL-shaped string): what
counts as a valid one is an application decision this library
shouldn't guess at.