range-min ( range -- model )


Vocabulary
models.range

Inputs
rangea range


Outputs
modela model


Word description
Outputs a model holding a range model's minimum value.

Notes
This word is not part of the Range model protocol, and can only be used on direct instances of range.

Definition