make-mirror ( obj -- assoc )
Factor handbook » The language » Objects » Mirrors

Prev:<mirror> ( object -- mirror )


Vocabulary
mirrors

Inputs
objan object


Outputs
assocan assoc


Word description
Creates an assoc which reflects the internal structure of the object.

Definition


Methods