GoLang SplDoublyLinkedList::count

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



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

PHP SplDoublyLinkedList::count

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

SplDoublyLinkedList::count

(PHP 5 >= 5.3.0, PHP 7)

SplDoublyLinkedList::countCounts the number of elements in the doubly linked list

Description

public int SplDoublyLinkedList::count ( void )

Parameters

This function has no parameters.

Return Values

Returns the number of elements in the doubly linked list.