Ceramic API

class GenericCell<T>

package haxe.ds

import haxe.ds.GenericStack

@:keep@:directlyUsed

Available on all targets

A cell of haxe.ds.GenericStack.

See also:

  • https://haxe.org/manual/std-GenericStack.html

Constructor

new(elt:T, next:GenericCell<T>)

Variables

elt:T

next:GenericCell<T>

© 2023