module internal.types.any
Source: stdlib/internal/types/any.codon
Any
Magic methods
__str__(self)
__new__()
__init__(self, obj)
Methods
unwrap(self, T: type)
Capsule[T] @extend Class is extended to add given methods
Magic methods
__init__(self, val: T)
Methods
make(val: T, T: type)