go2hx

manual

github

Module: stdgo.container.ring

(view library index)

Overview

Index

Classes

import

class Ring

Package ring implements operations on circular lists.

Ring function new_

function new_(_n:Int):stdgo.container.ring.Ring_

New creates a ring of n elements.

(view code)

Abstracts

abstract Ring_

(view file containing code)