Flowdock
method

length

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: SizedQueue
length() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
rb_szqueue_length(VALUE self)
{
    struct rb_szqueue *sq = szqueue_ptr(self);

    return LONG2NUM(queue_length(self, &sq->q));
}
Register or log in to add new notes.