Widmogrod\Common\PointedTrait::of PHP Method

of() public static method

public static of ( $value )
    public static function of($value)
    {
        return new static($value);
    }
PointedTrait