whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
DataStructure
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/DataStructure/PriorityQueueInterface.php
<?php declare(strict_types=1); namespace Psl\DataStructure; /** * @template T * * @extends QueueInterface<T> */ interface PriorityQueueInterface extends QueueInterface { /** * Adds a node to the queue. * * @param T $node */ public function enqueue(mixed $node, int $priority = 0): void; }
Copyright ©2021 || Defacer Indonesia