Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Initializer lists #19

Description

@donRumata03

Why not to use STL-like syntax for initializing pairs of elements?

Like this:
map <int, int> example =
{
{1, 5},
{4, 7}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions