Logo

Programming-Idioms

History of Idiom 172 > diff from v25 to v26

Edit summary for version 26 by programming-idioms.org:
[Dart] +DocURL

Version 25

2020-11-05, 15:25:33

Version 26

2020-11-05, 15:28:47

Idiom #172 Insert entry in map

Insert value v for key k in map m.

Idiom #172 Insert entry in map

Insert value v for key k in map m.

Variables
v,k,m
Variables
v,k,m
Extra Keywords
associative
Extra Keywords
associative
Code
m[k] = v;
Code
m[k] = v;
Doc URL
https://api.dart.dev/stable/2.10.3/dart-core/Map/operator_put.html
Demo URL
https://dartpad.dev/ddda3ff2583bb345550b5c89dc20d0c7
Demo URL
https://dartpad.dev/ddda3ff2583bb345550b5c89dc20d0c7