Skip to main content
spread

spread

5 6.7
A way to use all values from a list as separate items
  • noun
  • /sprɛd/
  • Specialized
translation icon : operador spread
  • In addition, the drains facilitate the spread of seeds from invasive weeds, salt cedar, Russian olives, and Chinese elms.

Examples

  • Using the spread syntax, you can merge two separate arrays into one cohesive array of elements.

  • In programming, the spread operator allows developers to easily expand an array into individual elements for function arguments.

  • As you can see, the spread just does not match.

  • Global operations are further divided into radial and spread operations.

    Academic text (2018)
  • Moreover, as disaster-affected communities become increasingly "digital" thanks to the spread of mobile phones, the number of voices will increase significantly.

    Blog text (30)
  • Radial operations access straight lines of cells, while spread operations access sequences of cells given by some topological criteria (e.g., the water flow direction).

    Academic text (2018)
  • Recovery of this serotype in locations other than inner cities in western Canada (including northern Saskatchewan) suggests its spread beyond the larger metropolitan areas of western Canada (34).

    Academic text (2012)
  • The new spread method in JavaScript makes it simple to copy objects without modifying the original.

Idioms

11 3.0

To become known by many people very quickly

1 4.2

To start living on your own and try new things

To spread bad news or rumors very quickly and be hard to stop

Compounds

A soft food made from cheese mixed with butter, cream, or spices to spread on bread

1 3.7

A fast increase that affects many people or places

1 3.5

Arranged so they cover a wide area like papers fanned on a table

center spread
  • Jargon
1 3.9

Two pages in the middle of a magazine or newspaper showing a large photo

1 7.2

With arms and legs stretched wide apart when lying down or in the air

A gain of fat around the waist that happens in middle age

A selection of food like sandwiches and fruit laid out to eat outdoors

spread eagle
  • Jargon
8.3

A figure skating move with skates heel to heel and legs turned outward

7.5

An image of an eagle with wings and legs spread used on the United States seal

spread head
  • Jargon
9.5

A heading that goes across two facing pages in a book or magazine

spread-eagle jump
  • Specialized
7.5

A jump with arms and legs stretched out to the sides like an eagle

Surface Forms

spread singular
spreads plural

Etymology

Spread in computing borrows the everyday idea of taking a group and opening it out, from an old word meaning 'stretch'. So the programming 'spread' expands an array by spreading its items out as separate values.