The Pair class

はじめに

A pair is used by Ds\Map to pair keys with values.

クラス概要

Ds\Pair
class Ds\Pair implements JsonSerializable {
/* メソッド */
public __construct(mixed $key = ?, mixed $value = ?)
public void clear()
public Ds\Pair copy()
public bool isEmpty()
public array toArray()
}
目次