Companion

object Companion

Functions

Link copied to clipboard
fun extend(module: A_Module): ModuleImport

Produce a ModuleImport that represents an extension of the provided A_Module.

Link copied to clipboard
fun fromSerializedTuple(serializedTuple: A_Tuple): ModuleImport

Convert the provided tuple into a ModuleImport. This is the reverse of the transformation provided by tupleForSerialization.