vtables

vtables associate a method name with a type-specific implementation.

function dump-vtable o

dump the vtable of o

Param o:

object to query

Return:

#<unspec>

function vtable-add-method o name func

add func as the name method to o

Param o:

object to update

Param name:

method name

Type name:

symbol

Param func:

method function

Type func:

function

Return:

#<unspec>

Last built at 2024-05-17T06:10:49Z+0000 from 62cca4c (dev) for Idio 0.3.b.6