mini\Util\Math\BigInt::of() Method

public static

Signature

public static function of(string|int $value): self

Parameters

Name Type Default Description
$value string|int required Documentation missing

Returns

self

Documentation

Create from string or int

Source

src/Util/Math/BigInt.php:40-43