mapAtPuttingStatic

fun mapAtPuttingStatic(    self: A_Map,     key: A_BasicObject,     value: A_BasicObject): AvailObject

Given an A_Map, self, produce a similar map, but with key mapped to value. The original may be destroyed or recycled if it's mutable.