Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 5.16 KB

File metadata and controls

27 lines (18 loc) · 5.16 KB

integer()

integer() is a type function typically used as an argument to line().

It indicates that the value it receives must be an integer.

Data signatures
integer( header: $${\color{green}None}$$ ǁ $${\color{green}str}$$ ǁ $${\color{green}int}$$, [max: $${\color{green}None}$$ ǁ $${\color{green}float}$$ ǁ $${\color{green}int}$$], [min: $${\color{green}None}$$ ǁ $${\color{green}float}$$ ǁ $${\color{green}int}$$] )
Call signatures
integer( header: Header ǁ Variable ǁ Function ǁ Reference, [max: Term ǁ Function ǁ Variable], [min: Term ǁ Function ǁ Variable] )
Purpose Value
Main focus integer() determines if lines match
Type Integer is a line() schema type
Context Qualifier
Match qualifiers onmatch, notnone, strict, distinct
Value qualifiers onmatch, notnone, strict

[Back to index]