Changes

Jump to navigation Jump to search
8 bytes added ,  15:21, 9 March 2023
no edit summary
| width='120' | '''Signature'''
|<pre>map:contains(
$map as map(*),
$key as xs:anyAtomicType
) as xs:boolean</pre>
| width='120' | '''Signature'''
|<pre>map:entry(
$key as xs:anyAtomicType,
$value as item()*
) as map(*)</pre>
| width='120' | '''Signature'''
|<pre>map:find(
$input as item()*,
$key as xs:anyAtomicType
) as array(*)</pre>
| width='120' | '''Signature'''
|<pre>map:get(
$map as map(*),
$key as xs:anyAtomicType
) as item()*</pre>
| width='120' | '''Signature'''
|<pre>map:merge(
$maps as map(*)*,
$options as map(*) := map { }
) as map(*)</pre>
| width='120' | '''Signature'''
|<pre>map:put(
$map as map(*), $key as xs:anyAtomicType,
$value as item()*
) as map(*)</pre>
| width='120' | '''Signature'''
|<pre>map:remove(
$map as map(*),
$keys as xs:anyAtomicType*
) as map(*)</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu