size

The size of the sequences of bytes generated by this FixedPrim.
Number of elements in the map.
size empty                                   == 0
size (singleton 1 'a')                       == 1
size (fromList([(1,'a'), (2,'c'), (3,'b')])) == 3
Cardinality of the set.
The number of elements in the map.
size empty                                   == 0
size (singleton 1 'a')                       == 1
size (fromList([(1,'a'), (2,'c'), (3,'b')])) == 3
The number of elements in the set.
Return the number of key-value mappings in this map.
Return the number of key-value mappings in this map.
Return the number of elements in this set.
>>> HashSet.size HashSet.empty
0

>>> HashSet.size (HashSet.fromList [1,2,3])
3
O(1). Calculate the size of a Deque
>>> size (fromList [1,4,6])
3
The number of edges in the graph. Note that this counts every edge found, so if you are representing an unordered graph by having each edge mirrored this will be incorrect. If you created an unordered graph by either mirroring every edge (including loops!) or using the undir function in Data.Graph.Inductive.Basic then you can safely halve the value returned by this.
Get the size of the graph, O(n)
Number of elements in the map.
size empty                                   == 0
size (singleton 1 'a')                       == 1
size (fromList([(1,'a'), (2,'c'), (3,'b')])) == 3
Cardinality of the set.
Combinator for the size attribute. Example:
div ! size "bar" $ "Hello."
Result:
<div size="bar">Hello.</div>
The size of the original, decompressed data
>>> size $ vector [1..10]
10

>>> size $ (2><5)[1..10::Double]
(2,5)
Returns the number of mappings currently stored in this table. O(1)
The size of the bucket array necessary for sorting es
The size of an auxiliary array