literal_ints_few_python
No overview available.
def literal_ints_few_python(
bench: &mut Bencher
) - > list[int]
Returns a list containing a specific sequence of integer literals.
Returns
| Type | Description |
|---|---|
list[int] | A list of integers containing the values 1, 2, and 3. |