Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MathPHP
SetTheory
ImmutableSet
removeMulti
MathPHP\SetTheory\ImmutableSet::removeMulti PHP Method
ImmutableSet Class Documentation
Show file
Open project: markrogoyski/math-php
removeMulti()
public
method
Cannot remove members of an immutable set
public
removeMulti
(
array
$x
) :
Set
$x
array
return
Set
(this set unchanged)
public function removeMulti(array $x) : Set { return $this; }
ImmutableSet
add
addMulti
clear
remove
removeMulti