GoLang SplDoublyLinkedList::push

request it (235)
GoLang replacement for PHP's SplDoublyLinkedList::push [edit | history]



Do you know a GoLang replacement for PHP's SplDoublyLinkedList::push? Write it!

PHP SplDoublyLinkedList::push

PHP original manual for SplDoublyLinkedList::push [ show | php.net ]

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0, PHP 7)

SplDoublyLinkedList::pushPushes an element at the end of the doubly linked list

Description

public void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parameters

value

The value to push.

Return Values

No value is returned.