Le Mesnil-sur-Blangy
Le Mesnil-sur-Blangy is a commune in the Calvados department in the Normandy region in northwestern France.
Le Mesnil-sur-Blangy | |
---|---|
The church in Le Mesnil-sur-Blangy | |
Location of Le Mesnil-sur-Blangy | |
Le Mesnil-sur-Blangy Le Mesnil-sur-Blangy | |
Coordinates: 49°15′39″N 0°15′40″E | |
Country | France |
Region | Normandy |
Department | Calvados |
Arrondissement | Lisieux |
Canton | Pont-l'Évêque |
Government | |
• Mayor (2008–2014) | Benoît Legouix |
Area 1 | 7.37 km2 (2.85 sq mi) |
Population (2017-01-01)[1] | 166 |
• Density | 23/km2 (58/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 14426 /14130 |
Elevation | 34–162 m (112–531 ft) (avg. 192 m or 630 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Population
Year | Pop. | ±% |
---|---|---|
1962 | 208 | — |
1968 | 150 | −27.9% |
1975 | 120 | −20.0% |
1982 | 138 | +15.0% |
1990 | 149 | +8.0% |
1999 | 184 | +23.5% |
2008 | 178 | −3.3% |
gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
See also
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Le Mesnil-sur-Blangy. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.