parrotcode: methods for the CardinalRange class | |
Contents | Language Implementations | Cardinal |
src/classes/CardinalRange.pir - methods for the CardinalRange class
Generates and returns this range as an array. This will eventually be refactored w/ the other Enumerable methods This will eventually be refactored w/ the other Enumerable methods.
True
if the parameter is a member of this CardinalRange
block
once for each item in self
, with the item passed as an arg.topic
is greater than .from
/ less than .to
, honoring exclusive flags.
|