Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jjn1056/456033 to your computer and use it in GitHub Desktop.
Save jjn1056/456033 to your computer and use it in GitHub Desktop.
subtype Varchar(Int $length)
as Str
with [@Traits]
{
constraint check_length {
$length >= length($value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment