Skip to content

gte

Summary

Functional equivalent of a >= b.

Tip

This is an operator function.

Examples

Keep numbers greater than or equal to 3:

1
2
filter(gte(3))([1,2,3,4]);
//=> [3,4]

Parameters

Name Type Description
a number
b number

Return

boolean

AltStyle によって変換されたページ (->オリジナル) /