at_ least
number | at_least
returns number
Limits a number to a minimum value.
{{ 4 | at_least: 5 }}
{{ 4 | at_least: 3 }}
Code
{{ 4 | at_least: 5 }}
{{ 4 | at_least: 3 }}Output
5
4
Output
5
4Was this page helpful?
Limits a number to a minimum value.
{{ 4 | at_least: 5 }}
{{ 4 | at_least: 3 }}5
4