Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/Type/Range.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ with the exception. It will print C<Value> by default.

=head1 Methods

=head2 method new

multi method new(Range: \min, \max, :$excludes-min, :$excludes-max)

Creates a new Range with the given minimum and maximum, and with the min and
max excluded based on the values passed in the corresponding named arguments.

=head2 method ACCEPTS

Expand Down