ilos

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2020 License: MPL-2.0 Imports: 1 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstanceOf

func InstanceOf(p Class, i Instance) bool

func SubclassOf

func SubclassOf(super, sub Class) bool

Types

type Class

type Class interface {
	Supers() []Class
	Slots() []Instance
	Initform(Instance) (Instance, bool)
	Initarg(Instance) (Instance, bool)
	Class() Class
	String() string
}

type Instance

type Instance interface {
	Class() Class
	String() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL