Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.container.heap
- Platforms: .NET, .NET Standard 2.0, Island
Methods
Fix
Parameters:
- h:
- i:
Init
class method Init(h: Interface)
static void Init(Interface h)
static func Init(_ h: Interface)
Shared Sub Init(h As Interface)
Parameters:
- h:
Pop
func Pop(h Interface) interface{}
Parameters:
- h:
Push
// .NET, .NET Standard 2.0
func Push(h Interface, x interface{})
// Island
func Push(h Interface, x interface{}) void
Parameters:
- h:
- x:
Remove
func Remove(h Interface, i int) interface{}
Parameters:
- h:
- i: