length -text
O(n). length returns the length of a finite list as an Int. It is an instance of the more general Data.List.genericLength, the result type of which may be any kind of number.
Return the number of elements in an array, excluding the terminator
O(1) length returns the length of a ByteString as an Int.
O(n\c)/ length returns the length of a ByteString as an Int64
O(1). The number of elements in the sequence.
The genericLength function is an overloaded version of length. In particular, instead of returning an Int, it returns any type which is an instance of Num. It is, however, less efficient than length.
Count the number of immediate subterms of the given term
The number of days in a given month according to the proleptic Gregorian calendar. First argument is year, second is month.
The number of days in a given month according to the proleptic Julian calendar. First argument is year, second is month.
Length of line, in chars
non-negative length of a match
the length of a given month in the Gregorian or Julian calendars. First arg is leap year flag
86400 nominal seconds in every day
For queries which have attached information, such as HTTP POST and PUT, this is the length of the content given by the client.
Show more results