| Name | <ListTag.map_with[<value>|...]> | 
| Returns | MapTag | 
| Description | Interprets this list as a list of keys, and the input as a list of values, and forms a mapping from keys to values based on list index. Both lists must have the same size. | 
| Example |  | 
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java#L1004 |